mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
remove logging I didn't mean to check in
This commit is contained in:
parent
d03fc77990
commit
431a01ef0a
1 changed files with 0 additions and 2 deletions
|
@ -125,7 +125,6 @@ public class DispatchNotify extends Activity {
|
|||
}
|
||||
}
|
||||
}
|
||||
DbgUtils.logf( "tryHandle(%s)=>%b", data.toString(), handled );
|
||||
return handled;
|
||||
}
|
||||
|
||||
|
@ -146,7 +145,6 @@ public class DispatchNotify extends Activity {
|
|||
}
|
||||
}
|
||||
}
|
||||
DbgUtils.logf( "tryHandle(%s)=>%b", relayIDs.toString(), handled );
|
||||
return handled;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue