mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-01 19:57:11 +01:00
remove logging
This commit is contained in:
parent
8c0984fb7a
commit
a3e4e31205
1 changed files with 0 additions and 2 deletions
|
@ -49,8 +49,6 @@ class ExpiringTextView extends TextView {
|
||||||
{
|
{
|
||||||
if ( null != m_delegate ) {
|
if ( null != m_delegate ) {
|
||||||
m_delegate.configure( haveTurn, haveTurnLocal, startSecs );
|
m_delegate.configure( haveTurn, haveTurnLocal, startSecs );
|
||||||
} else {
|
|
||||||
DbgUtils.logf( "m_delegate null; skipping" );
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue