mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
remove excessing logging
This commit is contained in:
parent
ebca62b25e
commit
7c76af30b2
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue