Skip to content

Commit e1a6414

Browse files
committed
leftover debugging
1 parent ec2eacc commit e1a6414

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/eth2/src/types.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,6 @@ impl<E: EthSpec> EventKind<E> {
11141114
let event = split
11151115
.next()
11161116
.ok_or_else(|| {
1117-
println!("{}", s);
11181117
ServerError::InvalidServerSentEvent("Could not parse event tag".to_string())
11191118
})?
11201119
.trim_start_matches("event:");

0 commit comments

Comments
 (0)