remove logging

This commit is contained in:
Eric House 2012-07-24 06:56:55 -07:00
parent b7247d259c
commit 8e961fcb4c

View file

@ -370,9 +370,7 @@ public class ConnStatusHandler {
private static void showSuccess( Handler handler, boolean isIn )
{
if ( null == handler ) {
DbgUtils.logf( "showSuccess: have no handler :-(" );
} else {
if ( null != handler ) {
synchronized( s_lockObj ) {
if ( isIn && s_showSuccesses[SUCCESS_IN] ) {
// do nothing