mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
remove logging
This commit is contained in:
parent
b7247d259c
commit
8e961fcb4c
1 changed files with 1 additions and 3 deletions
|
@ -370,9 +370,7 @@ public class ConnStatusHandler {
|
|||
|
||||
private static void showSuccess( Handler handler, boolean isIn )
|
||||
{
|
||||
if ( null == handler ) {
|
||||
DbgUtils.logf( "showSuccess: have no handler :-(" );
|
||||
} else {
|
||||
if ( null != handler ) {
|
||||
synchronized( s_lockObj ) {
|
||||
if ( isIn && s_showSuccesses[SUCCESS_IN] ) {
|
||||
// do nothing
|
||||
|
|
Loading…
Reference in a new issue