mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-01 16:29:18 +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
|
/// Open the exercise file in the specified editor
|
||||||
pub fn open_in_editor(&self, editor: &str) -> io::Result<bool> {
|
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()?;
|
let status = Command::new(editor).arg(self.path).status()?;
|
||||||
Ok(status.success())
|
Ok(status.success())
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user