From 1b05f8686849527698c960fb79624a544f21e71c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 28 Feb 2013 13:47:50 +0200 Subject: Bin one more too repetitive log line Change-Id: I0ab4ecc4791cd319c8c25583e5207dcfc66b0fac --- vcl/android/androidinst.cxx | 1 - 1 file changed, 1 deletion(-) 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() ), -- cgit