mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-04-18 13:38:36 +01:00
remove dbg
This commit is contained in:
parent
ef3d2da982
commit
17f01e6a58
1 changed files with 0 additions and 2 deletions
|
@ -83,8 +83,6 @@ impl Exercise {
|
|||
|
||||
/// Open the exercise file in the specified editor
|
||||
pub fn open_in_editor(&self, editor: &str) -> io::Result<bool> {
|
||||
dbg!(editor);
|
||||
dbg!(self.path);
|
||||
let status = Command::new(editor).arg(self.path).status()?;
|
||||
Ok(status.success())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue