mirror of
https://github.com/mii443/rs-easy-p2p.git
synced 2025-08-22 16:15:38 +00:00
remove unnecessary println
This commit is contained in:
@ -99,7 +99,6 @@ impl P2P {
|
||||
let data = String::from_utf8_lossy(&chunk);
|
||||
|
||||
for line in data.lines() {
|
||||
println!("{line}");
|
||||
if line.starts_with("data:") {
|
||||
let value = line.trim_start_matches("data:").trim();
|
||||
if connection_code_received {
|
||||
|
Reference in New Issue
Block a user