Revert "chore: align with logos-delivery"

This reverts commit 14fcc24d379db5201f2c6581321229ca692a2965.
This commit is contained in:
darshankabariya 2026-03-02 16:51:30 +05:30
parent 0bf7c2b9bd
commit 713c191d80
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22

View File

@ -58,9 +58,6 @@ async fn test_echo_messages(
WakuEvent::ConnectionChange(_evt) => {
// dbg!("Conn change evt", evt);
}
WakuEvent::NodeHealthChange(_evt) => {
// dbg!("Node health change evt", evt);
}
WakuEvent::Unrecognized(err) => panic!("Unrecognized waku event: {:?}", err),
_ => panic!("event case not expected"),
};