mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +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 );
|
||||
success = DictUtils.saveDict( context, in,
|
||||
name, loc );
|
||||
DbgUtils.logf( "saveDict returned %b", success );
|
||||
|
||||
} catch ( java.net.MalformedURLException mue ) {
|
||||
DbgUtils.loge( mue );
|
||||
|
|
Loading…
Reference in a new issue