mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-02 06:20:14 +01:00
remove too-frequent logging
This commit is contained in:
parent
45e60d831b
commit
cd4f97bd15
1 changed files with 1 additions and 0 deletions
|
@ -1157,6 +1157,7 @@ drawScoreBoard( BoardCtxt* board )
|
||||||
++nShares;
|
++nShares;
|
||||||
}
|
}
|
||||||
XP_ASSERT( *adjustDim >= totalDim );
|
XP_ASSERT( *adjustDim >= totalDim );
|
||||||
|
/* XP_LOGF( "*adjustDim=%d, totalDim=%d", *adjustDim, totalDim ); */
|
||||||
extra = (*adjustDim - totalDim) / nShares;
|
extra = (*adjustDim - totalDim) / nShares;
|
||||||
|
|
||||||
/* at this point, the scoreRect should be anchored at the
|
/* at this point, the scoreRect should be anchored at the
|
||||||
|
|
Loading…
Reference in a new issue