mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
get rid of some logging
This commit is contained in:
parent
69638d8aa9
commit
54ef8f73c9
1 changed files with 1 additions and 6 deletions
|
@ -51,10 +51,6 @@ public class CommonPrefs {
|
|||
public int[] bonusColors;
|
||||
public int[] otherColors;
|
||||
|
||||
static {
|
||||
Utils.logf( "CommonPrefs class initialized" );
|
||||
}
|
||||
|
||||
private CommonPrefs()
|
||||
{
|
||||
playerColors = new int[4];
|
||||
|
@ -159,7 +155,7 @@ public class CommonPrefs {
|
|||
result = Integer.parseInt( val );
|
||||
} catch ( Exception ex ) {
|
||||
}
|
||||
Utils.logf( "getDefaultProxyPort=>%d", result );
|
||||
// Utils.logf( "getDefaultProxyPort=>%d", result );
|
||||
return result;
|
||||
}
|
||||
|
||||
|
@ -285,5 +281,4 @@ public class CommonPrefs {
|
|||
.getDefaultSharedPreferences( context );
|
||||
return sp.getString( key, "" );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue