Skip to content

Commit 9a17a01

Browse files
author
weqqr
committed
Remove println!() in get_version()
1 parent 5ff1f01 commit 9a17a01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ impl I3Connection {
452452
Ok((_, payload)) => payload,
453453
Err(e) => { return Err(MessageError::Receive(e)); }
454454
};
455-
println!("{}", payload);
456455
let j = match json::from_str::<json::Value>(&payload) {
457456
Ok(v) => v,
458457
Err(e) => { return Err(MessageError::JsonCouldntParse(e)); }

0 commit comments

Comments
 (0)