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
commit 2c6372df78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",