remove logging I didn't mean to check in

This commit is contained in:
Andy2 2011-12-18 15:55:54 -08:00
parent d03fc77990
commit 431a01ef0a

View file

@ -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;
}
}