mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
remove logging
This commit is contained in:
parent
0f21f849d9
commit
ff16db5c10
1 changed files with 0 additions and 1 deletions
|
@ -311,7 +311,6 @@ public class NetUtils {
|
||||||
1024*8 );
|
1024*8 );
|
||||||
success = DictUtils.saveDict( context, in,
|
success = DictUtils.saveDict( context, in,
|
||||||
name, loc );
|
name, loc );
|
||||||
DbgUtils.logf( "saveDict returned %b", success );
|
|
||||||
|
|
||||||
} catch ( java.net.MalformedURLException mue ) {
|
} catch ( java.net.MalformedURLException mue ) {
|
||||||
DbgUtils.loge( mue );
|
DbgUtils.loge( mue );
|
||||||
|
|
Loading…
Add table
Reference in a new issue