remove logging

This commit is contained in:
Eric House 2013-01-23 07:28:25 -08:00
parent 8c0984fb7a
commit a3e4e31205

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" );
}
}