mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-07 20:46:17 +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 )
|
private static void showSuccess( Handler handler, boolean isIn )
|
||||||
{
|
{
|
||||||
if ( null == handler ) {
|
if ( null != handler ) {
|
||||||
DbgUtils.logf( "showSuccess: have no handler :-(" );
|
|
||||||
} else {
|
|
||||||
synchronized( s_lockObj ) {
|
synchronized( s_lockObj ) {
|
||||||
if ( isIn && s_showSuccesses[SUCCESS_IN] ) {
|
if ( isIn && s_showSuccesses[SUCCESS_IN] ) {
|
||||||
// do nothing
|
// do nothing
|
||||||
|
|
Loading…
Add table
Reference in a new issue