summaryrefslogtreecommitdiffstats
path: root/imag-counter
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-counter
parent19808cfcbfd0f3afd01aff6fd8bc08cf06b91f1c (diff)
parenteae135ddb217b046459355d9b2484b2dac76fab3 (diff)
Merge pull request #359 from matthiasbeyer/remove-init-logging
Remove init logging
Diffstat (limited to 'imag-counter')
-rw-r--r--imag-counter/src/main.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/imag-counter/src/main.rs b/imag-counter/src/main.rs
index 67ae0ac6..964556e3 100644
--- a/imag-counter/src/main.rs
+++ b/imag-counter/src/main.rs
@@ -64,10 +64,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(|| {