mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 17:03:45 +01:00
Remove stray println
This commit is contained in:
parent
d8c4f73ca4
commit
28e9a1c347
@ -36,7 +36,6 @@ pub fn save(args: SinkCommandArgs) -> Result<(), ShellError> {
|
||||
}
|
||||
},
|
||||
None => {
|
||||
println!("Could not find origin");
|
||||
return Err(ShellError::labeled_error(
|
||||
"Save requires a filepath",
|
||||
"needs path",
|
||||
|
Loading…
Reference in New Issue
Block a user