summaryrefslogtreecommitdiff
path: root/src/bin/obnam.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/obnam.rs')
-rw-r--r--src/bin/obnam.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/obnam.rs b/src/bin/obnam.rs
index dd1b26a..1c1c90e 100644
--- a/src/bin/obnam.rs
+++ b/src/bin/obnam.rs
@@ -28,7 +28,6 @@ fn main() -> anyhow::Result<()> {
if let Err(ref e) = result {
error!("command failed: {}", e);
- eprintln!("ERROR: {}", e);
result?
}