Skip to content

Commit

Permalink
req-resp: Remove debug assert for now
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Vasile <[email protected]>
  • Loading branch information
lexnv committed Nov 26, 2024
1 parent d6fae55 commit eed0f75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/protocol/request_response/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ impl RequestResponseProtocol {
?peer,
"state mismatch: peer doesn't exist",
);
debug_assert!(false);
return;
};

Expand Down

0 comments on commit eed0f75

Please sign in to comment.