mirror of
https://github.com/nushell/nushell
synced 2024-12-28 05:53:09 +00:00
Remove stray println
This commit is contained in:
parent
d8c4f73ca4
commit
28e9a1c347
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue