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

@@ -12,14 +12,12 @@ import java.io.IOException;
import net.i2p.I2PAppContext;
import net.i2p.data.DataHelper;
import net.i2p.util.Log;
/**
* Contains the sending router's current time, to sync (and verify sync)
*
*/
public class DateMessage extends I2NPMessageImpl {
private final static Log _log = new Log(DateMessage.class);
public final static int MESSAGE_TYPE = 16;
private long _now;