summaryrefslogtreecommitdiffstats
path: root/imag-counter
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
commitb49c574e830c0ec1b13966c46e2f4ae080c13c20 (patch)
tree317bfae672192b75de6465e9d3011143f16c6d11 /imag-counter
parent179ae2b22c9daded93e12c99e28b6881d9965ede (diff)
Remove init-logging from imag-counter
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 326bff1d..07ebe2e1 100644
--- a/imag-counter/src/main.rs
+++ b/imag-counter/src/main.rs
@@ -49,10 +49,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(|| {