mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-24 07:58:34 +01:00
remove logging
This commit is contained in:
parent
01d9dcc371
commit
22add3fefd
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class XWService extends Service {
|
|||
public final static void setListener( MultiService.MultiEventListener li )
|
||||
{
|
||||
if ( null == s_srcMgr ) {
|
||||
DbgUtils.logf( "XWService.setListener: registering %s", li.getClass().getName() );
|
||||
// DbgUtils.logf( "XWService.setListener: registering %s", li.getClass().getName() );
|
||||
s_srcMgr = new MultiService();
|
||||
}
|
||||
s_srcMgr.setListener( li );
|
||||
|
|
Loading…
Add table
Reference in a new issue