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