remove logging

This commit is contained in:
Eric House 2019-02-04 14:27:43 -08:00
parent 0a50a721dd
commit 1e6fdd1f70

View file

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