remove tungstenite

This commit is contained in:
ntr
2019-06-17 13:59:51 +10:00
parent 5048742236
commit 463241f1e4
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -1,6 +1,5 @@
extern crate rand;
extern crate uuid;
extern crate tungstenite;
extern crate bcrypt;
extern crate chrono;
@@ -55,7 +54,6 @@ fn setup_logger() -> Result<(), fern::InitError> {
))
})
.level_for("postgres", log::LevelFilter::Info)
.level_for("tungstenite", log::LevelFilter::Info)
.level(log::LevelFilter::Info)
.chain(std::io::stdout())
.chain(fern::log_file("log/mnml.log")?)