summaryrefslogtreecommitdiffstats
path: root/imag-store
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-store
parentf8c9234a7a6b77818f2213e91b0feab7e3927890 (diff)
Move logger initialization to earliest possible point
Diffstat (limited to 'imag-store')
-rw-r--r--imag-store/src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/imag-store/src/main.rs b/imag-store/src/main.rs
index 4533c338..702b5afd 100644
--- a/imag-store/src/main.rs
+++ b/imag-store/src/main.rs
@@ -41,8 +41,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' ...");