Merge pull request #249 from nushell/jonathandturner-patch-1

Remove stray println
This commit is contained in:
Jonathan Turner
2019-08-06 07:05:36 +12:00
committed by GitHub

View File

@ -36,7 +36,6 @@ pub fn save(args: SinkCommandArgs) -> Result<(), ShellError> {
} }
}, },
None => { None => {
println!("Could not find origin");
return Err(ShellError::labeled_error( return Err(ShellError::labeled_error(
"Save requires a filepath", "Save requires a filepath",
"needs path", "needs path",