Skip to content

Commit

Permalink
break loose of message spam for host
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Robert Ernst committed Oct 23, 2009
1 parent 3c1d0c8 commit 57e49c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rts/System/Net/UDPListener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "ProtocolDef.h"
#include "UDPConnection.h"
#include "Socket.h"
#include "LogOutput.h"

namespace netcode
{
Expand Down Expand Up @@ -78,7 +77,6 @@ void UDPListener::Update()
if (CheckErrorCode(err))
break;

LogObject() << "Avail: " << bytes_avail << " Recv: " << bytesReceived;
if (bytesReceived < Packet::headerSize)
continue;

Expand Down

0 comments on commit 57e49c6

Please sign in to comment.