Skip to content

Commit

Permalink
0.4.2 - remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Nov 9, 2016
1 parent da01aca commit 843697c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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 = "simplelog"
version = "0.4.1"
version = "0.4.2"
authors = ["Drakulix <github@drakulix.de>"]
description = "A simple and easy-to-use logging facility for Rust's log crate"
documentation = "https://docs.rs/simplelog/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ and my_rust_binary.log
Just add
```
[dependencies]
simplelog = "^0.4.1"
simplelog = "^0.4.2"
```
to your `Cargo.toml`

Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ mod tests {
}
).unwrap();

println!("{}", i);

error!("Test Error");
warn!("Test Warning");
info!("Test Information");
Expand Down

0 comments on commit 843697c

Please sign in to comment.