diff options
-rw-r--r-- | vcl/android/androidinst.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx index 5f8df7363032..5c9fb78a3e4a 100644 --- a/vcl/android/androidinst.cxx +++ b/vcl/android/androidinst.cxx @@ -754,7 +754,6 @@ public: if (rDamageRect.getWidth() <= 0 || rDamageRect.getHeight() <= 0) { - LOGE("Damage region has zero or negative size"); return; } Rectangle aRect( std::max((long) 0, (long) rDamageRect.getMinX() ), |