Skip to content

Commit

Permalink
Remove output of log level on init, so client apps control all their …
Browse files Browse the repository at this point in the history
…output.
  • Loading branch information
andrewdavidmackenzie committed Feb 20, 2018
1 parent c72bdaf commit c0839eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simplog"
version = "1.0.1"
version = "1.0.2"
authors = ["Andrew Mackenzie <andrew@mackenzie-serres.net>"]
description = "An extremely small and simple logger that has levels of output"
license = "MIT"
Expand Down
1 change: 0 additions & 1 deletion src/simplog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ impl SimpleLogger {
log_level: level
})
}).unwrap();
println!("Logging at level {}", level);
}
}

Expand Down

0 comments on commit c0839eb

Please sign in to comment.