mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +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 )
|
public void engineStarting( int nBlanks )
|
||||||
{
|
{
|
||||||
Utils.logf( "engineStarting(%d)", nBlanks );
|
|
||||||
if ( nBlanks > 0 ) {
|
if ( nBlanks > 0 ) {
|
||||||
m_handler.post( new Runnable() {
|
m_handler.post( new Runnable() {
|
||||||
// Need to keep this from running after activity dies!!
|
// Need to keep this from running after activity dies!!
|
||||||
|
@ -1044,7 +1043,6 @@ public class BoardActivity extends XWActivity implements UtilCtxt {
|
||||||
|
|
||||||
public void engineStopping()
|
public void engineStopping()
|
||||||
{
|
{
|
||||||
Utils.logf( "engineStopping" );
|
|
||||||
m_handler.post( new Runnable() {
|
m_handler.post( new Runnable() {
|
||||||
public void run() {
|
public void run() {
|
||||||
if ( null != m_progress ) {
|
if ( null != m_progress ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue