Internal change

PiperOrigin-RevId: 547424721
This commit is contained in:
MediaPipe Team 2023-07-12 01:29:57 -07:00 committed by Copybara-Service
parent 3e93cbc838
commit 37b68714b8

View File

@ -109,9 +109,8 @@ absl::Status GlContext::CreateContext(
}
MP_RETURN_IF_ERROR(status);
LOG(INFO) << "Successfully created a WebGL context with major version "
VLOG(1) << "Successfully created a WebGL context with major version "
<< gl_major_version_ << " and handle " << context_;
return absl::OkStatus();
}