mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
remove logging
This commit is contained in:
parent
f0c31956d2
commit
740060f531
1 changed files with 0 additions and 2 deletions
|
@ -1026,7 +1026,6 @@ public class BoardActivity extends XWActivity implements UtilCtxt {
|
|||
|
||||
public void engineStarting( int nBlanks )
|
||||
{
|
||||
Utils.logf( "engineStarting(%d)", nBlanks );
|
||||
if ( nBlanks > 0 ) {
|
||||
m_handler.post( new Runnable() {
|
||||
// Need to keep this from running after activity dies!!
|
||||
|
@ -1044,7 +1043,6 @@ public class BoardActivity extends XWActivity implements UtilCtxt {
|
|||
|
||||
public void engineStopping()
|
||||
{
|
||||
Utils.logf( "engineStopping" );
|
||||
m_handler.post( new Runnable() {
|
||||
public void run() {
|
||||
if ( null != m_progress ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue