forked from extern/nushell
Merge pull request #249 from nushell/jonathandturner-patch-1
Remove stray println
This commit is contained in:
commit
2c6372df78
@ -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