Skip to content

Commit

Permalink
leftover debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Apr 3, 2024
1 parent ec2eacc commit e1a6414
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/eth2/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,6 @@ impl<E: EthSpec> EventKind<E> {
let event = split
.next()
.ok_or_else(|| {
println!("{}", s);
ServerError::InvalidServerSentEvent("Could not parse event tag".to_string())
})?
.trim_start_matches("event:");
Expand Down

0 comments on commit e1a6414

Please sign in to comment.