mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
remove logging
This commit is contained in:
parent
b4f7a6917f
commit
d07d90761f
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ public class DBUtils {
|
||||||
|
|
||||||
if ( null != summary.conType ) {
|
if ( null != summary.conType ) {
|
||||||
values.put( DBHelper.CONTYPE, summary.conType.ordinal() );
|
values.put( DBHelper.CONTYPE, summary.conType.ordinal() );
|
||||||
Utils.logf( "wrote CONTYPE" );
|
|
||||||
values.put( DBHelper.ROOMNAME, summary.roomName );
|
values.put( DBHelper.ROOMNAME, summary.roomName );
|
||||||
values.put( DBHelper.SMSPHONE, summary.smsPhone );
|
values.put( DBHelper.SMSPHONE, summary.smsPhone );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue