Skip to content

Commit

Permalink
Connection: do not dump all packets (not necessary anymore at this st…
Browse files Browse the repository at this point in the history
…age)
  • Loading branch information
MaxKellermann committed Oct 23, 2023
1 parent 845e2a2 commit 94ff3d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Connection.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ inline void
Connection::HandlePacket(SSH::MessageNumber msg,
std::span<const std::byte> payload)
{
fmt::print(stderr, "Packet msg={} size={}\n", (int)msg, payload.size());

switch (msg) {
case SSH::MessageNumber::SERVICE_REQUEST:
HandleServiceRequest(payload);
Expand Down

0 comments on commit 94ff3d5

Please sign in to comment.