i2psnark: Log tweaks and cleanups after testing

This commit is contained in:
zzz
2015-05-19 21:56:21 +00:00
parent de4d47de95
commit 65ff2c0afe
5 changed files with 34 additions and 21 deletions

View File

@@ -98,8 +98,6 @@ class PeerConnectionIn implements Runnable
}
byte b = din.readByte();
Message m = new Message();
m.type = b;
switch (b)
{
case Message.CHOKE: