From b49c574e830c0ec1b13966c46e2f4ae080c13c20 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 17 Apr 2016 15:30:33 +0200 Subject: [PATCH 1/6] Remove init-logging from imag-counter --- imag-counter/src/main.rs | 4 ---- 1 file changed, 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(|| { From 28ffd63991baae3e1d484941260e01fe0082ac6b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 17 Apr 2016 15:30:33 +0200 Subject: [PATCH 2/6] Remove init-logging from imag-notes --- imag-notes/src/main.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/imag-notes/src/main.rs b/imag-notes/src/main.rs index 25d5fcf2..3a42207d 100644 --- a/imag-notes/src/main.rs +++ b/imag-notes/src/main.rs @@ -34,10 +34,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(|name| { From 7a732729ab728d639d81df46e32c2dbebb56ca4c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 17 Apr 2016 15:30:33 +0200 Subject: [PATCH 3/6] Remove init-logging from imag-store --- imag-store/src/main.rs | 4 ---- 1 file changed, 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( From 3ed97b1337ec41b38b86c1f534c2fa7a6d54f535 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 17 Apr 2016 15:30:33 +0200 Subject: [PATCH 4/6] Remove init-logging from imag-tag --- imag-tag/src/main.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/imag-tag/src/main.rs b/imag-tag/src/main.rs index 07739c11..a8b303f4 100644 --- a/imag-tag/src/main.rs +++ b/imag-tag/src/main.rs @@ -37,10 +37,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' ..."); - let id = rt.cli().value_of("id").unwrap(); // enforced by clap rt.cli() .subcommand_name() From e20e2c2f2547e5d9fe23eae2ea8372203cec182b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 17 Apr 2016 15:30:33 +0200 Subject: [PATCH 5/6] Remove init-logging from imag-link --- imag-link/src/main.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/imag-link/src/main.rs b/imag-link/src/main.rs index bd8d7f21..b6a9d128 100644 --- a/imag-link/src/main.rs +++ b/imag-link/src/main.rs @@ -44,10 +44,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(|name| { From eae135ddb217b046459355d9b2484b2dac76fab3 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 17 Apr 2016 15:30:33 +0200 Subject: [PATCH 6/6] Remove init-logging from imag-view --- imag-view/src/main.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/imag-view/src/main.rs b/imag-view/src/main.rs index 2d41b810..f48edd0b 100644 --- a/imag-view/src/main.rs +++ b/imag-view/src/main.rs @@ -45,12 +45,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' ..."); - - info!("No implementation yet"); - let entry_id = rt.cli().value_of("id").unwrap(); // enforced by clap if rt.cli().is_present("versions") {