summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-annotate/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bin/core/imag-annotate/src/main.rs')
-rw-r--r--bin/core/imag-annotate/src/main.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/core/imag-annotate/src/main.rs b/bin/core/imag-annotate/src/main.rs
index dc82edd5..4bdd9443 100644
--- a/bin/core/imag-annotate/src/main.rs
+++ b/bin/core/imag-annotate/src/main.rs
@@ -94,8 +94,6 @@ fn add(rt: &Runtime) {
.map_err_trace_exit_unwrap(1)
.edit_content(&rt)
.map_err_trace_exit_unwrap(1);
-
- info!("Ok");
}
fn remove(rt: &Runtime) {
@@ -130,8 +128,6 @@ fn remove(rt: &Runtime) {
} else {
debug!("Not deleting annotation object");
}
-
- info!("Ok");
}
fn list(rt: &Runtime) {
@@ -163,8 +159,6 @@ fn list(rt: &Runtime) {
.collect::<Vec<_>>();
}
}
-
- info!("Ok");
}
fn list_annotation<'a>(i: usize, a: FileLockEntry<'a>, with_text: bool) {