mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 06:49:19 +00:00
remove dbg
This commit is contained in:
parent
ef3d2da982
commit
17f01e6a58
@ -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…
x
Reference in New Issue
Block a user