summaryrefslogtreecommitdiffstats
path: root/imag-store
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
commit7a732729ab728d639d81df46e32c2dbebb56ca4c (patch)
tree881411a9859f331f88205195379befd820ec6f39 /imag-store
parent28ffd63991baae3e1d484941260e01fe0082ac6b (diff)
Remove init-logging from imag-store
Diffstat (limited to 'imag-store')
-rw-r--r--imag-store/src/main.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/imag-store/src/main.rs b/imag-store/src/main.rs
index 702b5afd..4b5968d7 100644
--- a/imag-store/src/main.rs
+++ b/imag-store/src/main.rs
@@ -41,10 +41,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' ...");
-
rt.cli()
.subcommand_name()
.map_or_else(