Skip to content

Commit c0839eb

Browse files
Remove output of log level on init, so client apps control all their output.
1 parent c72bdaf commit c0839eb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simplog"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
authors = ["Andrew Mackenzie <andrew@mackenzie-serres.net>"]
55
description = "An extremely small and simple logger that has levels of output"
66
license = "MIT"

src/simplog.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ impl SimpleLogger {
3636
log_level: level
3737
})
3838
}).unwrap();
39-
println!("Logging at level {}", level);
4039
}
4140
}
4241

0 commit comments

Comments
 (0)