summaryrefslogtreecommitdiffstats
path: root/imag-view
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-04-17 16:27:37 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-04-17 16:27:37 +0200
commit3e29ec0187f3e34a260bf7ecd723c213dc6818bb (patch)
treeb5f3ad6cc7f1963522d12ef251e0b070c9b5342f /imag-view
parent19808cfcbfd0f3afd01aff6fd8bc08cf06b91f1c (diff)
parenteae135ddb217b046459355d9b2484b2dac76fab3 (diff)
Merge pull request #359 from matthiasbeyer/remove-init-logging
Remove init logging
Diffstat (limited to 'imag-view')
-rw-r--r--imag-view/src/main.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/imag-view/src/main.rs b/imag-view/src/main.rs
index 6c89d011..1f18ca17 100644
--- a/imag-view/src/main.rs
+++ b/imag-view/src/main.rs
@@ -59,12 +59,6 @@ fn main() {
}
};
- debug!("Hello. Logging was just enabled");
- debug!("I already set up the Runtime object and build the commandline interface parser.");
- debug!("Lets get rollin' ...");
-
- info!("No implementation yet");
-
let entry_id = rt.cli().value_of("id").unwrap(); // enforced by clap
if rt.cli().is_present("versions") {