mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
remove logging
This commit is contained in:
parent
bdb31224e9
commit
2ca85cc0b1
1 changed files with 1 additions and 2 deletions
|
@ -230,7 +230,7 @@ public class BoardView extends View implements BoardHandler, SyncedDraw {
|
|||
// nothing to do either
|
||||
Log.d( TAG, "layoutBoardOnce(): no m_jniThread" );
|
||||
} else if ( null == m_dims ) {
|
||||
Log.d( TAG, "layoutBoardOnce(): null m_dims" );
|
||||
// Log.d( TAG, "layoutBoardOnce(): null m_dims" );
|
||||
// m_canvas = null;
|
||||
// need to synchronize??
|
||||
Paint paint = new Paint();
|
||||
|
@ -347,7 +347,6 @@ public class BoardView extends View implements BoardHandler, SyncedDraw {
|
|||
|
||||
public void dimsChanged( BoardDims dims )
|
||||
{
|
||||
Log.d( TAG, "dimsChanged(%s)", dims.toString() );
|
||||
m_dims = dims;
|
||||
m_parent.runOnUiThread( new Runnable() {
|
||||
public void run()
|
||||
|
|
Loading…
Reference in a new issue