Fix commenting out debug info.

This commit is contained in:
mmdolze
2007-09-30 09:21:08 +00:00
parent 2aecdd4c59
commit 9389fcec3a
+1 -1
View File
@@ -131,7 +131,7 @@ unsigned char GetKeyFromKeyRing(KeyRing *kr)
kr->tail = (kr->tail + 1) % KEYRINGSIZE;
}
if (retval)
//if (retval)
//debug(RPT_DEBUG, "%s: remove key: %d", __FUNCTION__, retval);
return retval;
}