From 37b68714b8c1e9f2ec22ff91c0ef7bb4c10227b7 Mon Sep 17 00:00:00 2001 From: MediaPipe Team Date: Wed, 12 Jul 2023 01:29:57 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 547424721 --- mediapipe/gpu/gl_context_webgl.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mediapipe/gpu/gl_context_webgl.cc b/mediapipe/gpu/gl_context_webgl.cc index 25cbed83d..1bbb42c84 100644 --- a/mediapipe/gpu/gl_context_webgl.cc +++ b/mediapipe/gpu/gl_context_webgl.cc @@ -109,9 +109,8 @@ absl::Status GlContext::CreateContext( } MP_RETURN_IF_ERROR(status); - LOG(INFO) << "Successfully created a WebGL context with major version " - << gl_major_version_ << " and handle " << context_; - + VLOG(1) << "Successfully created a WebGL context with major version " + << gl_major_version_ << " and handle " << context_; return absl::OkStatus(); }