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(|| { diff --git a/imag-link/src/main.rs b/imag-link/src/main.rs index a0332519..d20bbac3 100644 --- a/imag-link/src/main.rs +++ b/imag-link/src/main.rs @@ -58,10 +58,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| { diff --git a/imag-notes/src/main.rs b/imag-notes/src/main.rs index b53661b6..1c6dedfb 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| { 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( diff --git a/imag-tag/src/main.rs b/imag-tag/src/main.rs index 419ac442..2b6201dc 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() diff --git a/imag-view/src/main.rs b/imag-view/src/main.rs index 6c89d011..1f18ca17 100644 --- a/imag-view/src/main.rs +++ b/imag-view/src/main.rs @@ -59,12 +59,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") {