remove more unused logs

This commit is contained in:
zzz
2009-12-30 22:28:07 +00:00
parent 3944ea53d2
commit 62f056f884
5 changed files with 0 additions and 10 deletions

View File

@@ -18,7 +18,6 @@ import net.i2p.data.Hash;
import net.i2p.data.LeaseSet;
import net.i2p.data.RouterInfo;
import net.i2p.data.TunnelId;
import net.i2p.util.Log;
/**
* Defines the message a router sends to another router to test the network
@@ -27,7 +26,6 @@ import net.i2p.util.Log;
* @author jrandom
*/
public class DatabaseStoreMessage extends I2NPMessageImpl {
private final static Log _log = new Log(DatabaseStoreMessage.class);
public final static int MESSAGE_TYPE = 1;
private Hash _key;
private int _type;