Skip to content

Commit 7bcd3fe

Browse files
committed
fixy fix
1 parent 7147ba5 commit 7bcd3fe

File tree

1 file changed

+0
-8
lines changed
  • gateway/src/node/client_handling/websocket/connection_handler

1 file changed

+0
-8
lines changed

gateway/src/node/client_handling/websocket/connection_handler/fresh.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -922,15 +922,7 @@ impl<R, S> FreshHandler<R, S> {
922922
S: AsyncRead + AsyncWrite + Unpin + Send,
923923
R: CryptoRng + RngCore + Send,
924924
{
925-
let mut loop_iter: usize = 0;
926925
loop {
927-
loop_iter += 1;
928-
debug!(
929-
remote = %self.peer_address,
930-
iteration = loop_iter,
931-
"running loop"
932-
);
933-
934926
let req = self.wait_for_initial_message().await;
935927
let initial_request = match req {
936928
Ok(req) => req,

0 commit comments

Comments
 (0)