remove excessing logging

This commit is contained in:
Andy2 2011-12-06 18:21:48 -08:00
parent ebca62b25e
commit 7c76af30b2

View file

@ -227,7 +227,7 @@ public class UtilCtxtImpl implements UtilCtxt {
}
private void subclassOverride( String name ) {
DbgUtils.logf( "%s::%s() called", getClass().getName(), name );
// DbgUtils.logf( "%s::%s() called", getClass().getName(), name );
}
}