Remove line that logged secrets

asonix/better-errors
Aode (lion) 2021-12-05 15:57:09 -06:00
parent c4b2f45dec
commit d9ecaec89d
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ impl StreamHandler<Result<ws::Message, ws::ProtocolError>> for WsSession {
}
ws::Message::Text(text) => {
let m = text.trim().to_owned();
info!("Message received: {:?} from id: {}", &m, self.id);
self
.cs_addr