Internal change
PiperOrigin-RevId: 547424721
This commit is contained in:
parent
3e93cbc838
commit
37b68714b8
|
@ -109,9 +109,8 @@ absl::Status GlContext::CreateContext(
|
||||||
}
|
}
|
||||||
MP_RETURN_IF_ERROR(status);
|
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_;
|
<< gl_major_version_ << " and handle " << context_;
|
||||||
|
|
||||||
return absl::OkStatus();
|
return absl::OkStatus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user