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