summaryrefslogtreecommitdiffstats
path: root/imag-view
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-04-17 15:30:33 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-04-17 15:30:33 +0200
commiteae135ddb217b046459355d9b2484b2dac76fab3 (patch)
tree1be1af955921ef75213b344f3fc90f22a3f6afdc /imag-view
parente20e2c2f2547e5d9fe23eae2ea8372203cec182b (diff)
Remove init-logging from imag-view
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 2d41b810..f48edd0b 100644
--- a/imag-view/src/main.rs
+++ b/imag-view/src/main.rs
@@ -45,12 +45,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") {