mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
remove logging
This commit is contained in:
parent
cfee7ef8ac
commit
811be34a20
1 changed files with 0 additions and 2 deletions
|
@ -243,7 +243,6 @@ public class BoardActivity extends XWActivity
|
|||
private static void setThis( BoardActivity self )
|
||||
{
|
||||
synchronized( s_this ) {
|
||||
DbgUtils.logf( "setThis(self=%H)", self );
|
||||
Assert.assertTrue( !s_this.contains(self) ); // here
|
||||
s_this.add( self );
|
||||
}
|
||||
|
@ -252,7 +251,6 @@ public class BoardActivity extends XWActivity
|
|||
private static void clearThis( BoardActivity self )
|
||||
{
|
||||
synchronized( s_this ) {
|
||||
DbgUtils.logf( "clearThis(s_this=%H)", s_this );
|
||||
Assert.assertTrue( s_this.contains( self ) );
|
||||
s_this.remove( self );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue