Author: cyberdo
Date: 2006-02-04 19:12:35 +0000 (Sat, 04 Feb 2006)
New Revision: 8005
Modified:
trunk/freenet/src/snmplib/SNMPTypeWrapperNum.java
Log:
Removed some (one line of) debugging printouts
Modified: trunk/freenet/src/snmplib/SNMPTypeWrapperNum.java
===================================================================
--- trunk/freenet/src/snmplib/SNMPTypeWrapperNum.java 2006-02-04 18:59:16 UTC
(rev 8004)
+++ trunk/freenet/src/snmplib/SNMPTypeWrapperNum.java 2006-02-04 19:12:35 UTC
(rev 8005)
@@ -21,7 +21,7 @@
//public final byte typeID;
//= 0x02;
public byte getTypeID() {
- System.err.println("Returning " + Integer.toHexString(typeID) +
" for a " + this.getClass().toString());
+ //System.err.println("Returning " + Integer.toHexString(typeID)
+ " for a " + this.getClass().toString());
return typeID;
}