forked from I2P_Developers/i2p.i2p
i2psnark: Log tweaks and cleanups after testing
This commit is contained in:
@@ -98,8 +98,6 @@ class PeerConnectionIn implements Runnable
|
||||
}
|
||||
|
||||
byte b = din.readByte();
|
||||
Message m = new Message();
|
||||
m.type = b;
|
||||
switch (b)
|
||||
{
|
||||
case Message.CHOKE:
|
||||
|
||||
Reference in New Issue
Block a user