remove logging

This commit is contained in:
Eric House 2019-02-04 14:27:43 -08:00
parent bdf1bd3b84
commit 3810d11e26

View file

@ -795,7 +795,6 @@ public class DelegateBase implements DlgClickNotify,
} }
} }
} }
Log.d( TAG, "getHasLooper() => %s", result );
return result; return result;
} }
} }