remove logging

This commit is contained in:
Eric House 2013-05-21 06:53:20 -07:00
parent 78b3a91925
commit 076b1b7543

View file

@ -49,8 +49,6 @@ class ExpiringTextView extends TextView {
{
if ( null != m_delegate ) {
m_delegate.configure( haveTurn, haveTurnLocal, startSecs );
} else {
DbgUtils.logf( "m_delegate null; skipping" );
}
}