Skip to content

Commit ed6cd2b

Browse files
committed
chore: delete emojis from logs
1 parent 3302809 commit ed6cd2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-native-executorch-webrtc/android/src/main/cpp/FrameProcessorBridge.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ Java_com_executorch_webrtc_ExecutorchFrameProcessor_loadModel(
8282
g_resizedRgb = cv::Mat(g_modelHeight, g_modelWidth, CV_8UC3);
8383

8484
g_modelLoaded = true;
85-
LOGD("Segmentation model loaded successfully via "
85+
LOGD("Segmentation model loaded successfully via "
8686
"BaseSemanticSegmentation!");
8787
return JNI_TRUE;
8888
} catch (const std::exception &e) {
89-
LOGE("Failed to load model: %s", e.what());
89+
LOGE("Failed to load model: %s", e.what());
9090
g_modelLoaded = false;
9191
g_segmentation.reset();
9292
return JNI_FALSE;

0 commit comments

Comments
 (0)