mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
remove logging
This commit is contained in:
parent
d3abd31220
commit
7ffa2ed4fc
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
|
// nothing to do either
|
||||||
Log.d( TAG, "layoutBoardOnce(): no m_jniThread" );
|
Log.d( TAG, "layoutBoardOnce(): no m_jniThread" );
|
||||||
} else if ( null == m_dims ) {
|
} else if ( null == m_dims ) {
|
||||||
Log.d( TAG, "layoutBoardOnce(): null m_dims" );
|
// Log.d( TAG, "layoutBoardOnce(): null m_dims" );
|
||||||
// m_canvas = null;
|
// m_canvas = null;
|
||||||
// need to synchronize??
|
// need to synchronize??
|
||||||
Paint paint = new Paint();
|
Paint paint = new Paint();
|
||||||
|
@ -347,7 +347,6 @@ public class BoardView extends View implements BoardHandler, SyncedDraw {
|
||||||
|
|
||||||
public void dimsChanged( BoardDims dims )
|
public void dimsChanged( BoardDims dims )
|
||||||
{
|
{
|
||||||
Log.d( TAG, "dimsChanged(%s)", dims.toString() );
|
|
||||||
m_dims = dims;
|
m_dims = dims;
|
||||||
m_parent.runOnUiThread( new Runnable() {
|
m_parent.runOnUiThread( new Runnable() {
|
||||||
public void run()
|
public void run()
|
||||||
|
|
Loading…
Reference in a new issue