summaryrefslogtreecommitdiffstats
path: root/imag-view
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-03-25 19:42:10 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-03-26 15:29:24 +0100
commitd6aa42bd60aefbacebc21a80132abcd544638f6b (patch)
tree495f2c6fcf398be4cd5f31126f8016645277e9ae /imag-view
parentf8c9234a7a6b77818f2213e91b0feab7e3927890 (diff)
Move logger initialization to earliest possible point
Diffstat (limited to 'imag-view')
-rw-r--r--imag-view/src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/imag-view/src/main.rs b/imag-view/src/main.rs
index 1b4d5222..2d41b810 100644
--- a/imag-view/src/main.rs
+++ b/imag-view/src/main.rs
@@ -45,8 +45,6 @@ fn main() {
}
};
- rt.init_logger();
-
debug!("Hello. Logging was just enabled");
debug!("I already set up the Runtime object and build the commandline interface parser.");
debug!("Lets get rollin' ...");