Skip to content

Commit

Permalink
removed another debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvsch committed Oct 16, 2024
1 parent a863e97 commit b8fe6a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pumpkin/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ impl Client {
}
}
Err(err) => {
dbg!("a");
self.kick(&err.to_string());
break;
}
Expand Down

0 comments on commit b8fe6a6

Please sign in to comment.