Skip to content

Commit 819a3cb

Browse files
remove redundant log line
1 parent 6fe66c8 commit 819a3cb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/skia/android/cpp/rnskia-android/RNSkOpenGLCanvasProvider.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
#include <jni.h>
66
#include <memory>
77

8-
#include "RNSkLog.h"
9-
108
#if defined(SK_GRAPHITE)
119
#include "RNDawnContext.h"
1210
#else
@@ -56,9 +54,6 @@ bool RNSkOpenGLCanvasProvider::renderToCanvas(
5654

5755
// Check for exceptions
5856
if (env->ExceptionCheck()) {
59-
RNSkLogger::logToConsole(
60-
"updateAndRelease() failed. The exception above "
61-
"can safely be ignored");
6257
env->ExceptionClear();
6358
}
6459
}

0 commit comments

Comments
 (0)