From dc64921e0ef8028ca0de5502faa88677376601bb Mon Sep 17 00:00:00 2001 From: Jedrzej Stuczynski Date: Mon, 20 Jan 2020 11:13:24 +0000 Subject: [PATCH] Removed commented code --- nym-client/src/sockets/ws.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nym-client/src/sockets/ws.rs b/nym-client/src/sockets/ws.rs index 8aa11a5b2d..578b661e12 100644 --- a/nym-client/src/sockets/ws.rs +++ b/nym-client/src/sockets/ws.rs @@ -120,11 +120,6 @@ impl ClientRequest { }; } - // let s = match str::from_utf8(buf) { - // Ok(v) => v, - // Err(e) => panic!("Invalid UTF-8 sequence: {}", e), - // }; - let messages = messages .unwrap() .into_iter()