summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WebCore/platform/graphics/android/GLUtils.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/platform/graphics/android/GLUtils.cpp b/WebCore/platform/graphics/android/GLUtils.cpp
index e30e7c1..7a8fd26 100644
--- a/WebCore/platform/graphics/android/GLUtils.cpp
+++ b/WebCore/platform/graphics/android/GLUtils.cpp
@@ -103,8 +103,6 @@ void GLUtils::checkEglError(const char* op, EGLBoolean returnVal)
{
if (returnVal != EGL_TRUE)
XLOG("EGL ERROR - %s() returned %d\n", op, returnVal);
- else
- XLOG("EGL OK - %s() returned %d\n", op, returnVal);
for (EGLint error = eglGetError(); error != EGL_SUCCESS; error = eglGetError())
XLOG("after %s() eglError (0x%x)\n", op, error);