Remove stray println

This commit is contained in:
Jonathan Turner 2019-08-06 06:08:31 +12:00 committed by GitHub
parent d8c4f73ca4
commit 28e9a1c347
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 => { 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",