Remove a stray print statement in __init__.py.

Also declare a dependency of libglewegl.so on libOpenGL.so.

PiperOrigin-RevId: 435071069
Change-Id: Ie1c7aedcb37523c4829b129d06738e570c5bc1a5
This commit is contained in:
Saran Tunyasuvunakool
2022-03-16 09:24:52 -07:00
parent 46500072e8
commit b44fe609e4
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -27,7 +27,6 @@ _MUJOCO_GL = os.environ.get('MUJOCO_GL', '').lower().strip()
_MUJOCO_GL_IS_VALID = True
_SYSTEM = platform.system()
print(_MUJOCO_GL)
if _SYSTEM == 'Linux':
libglew_name = None
if _MUJOCO_GL in _MUJOCO_GL_ENABLE + ('glfw', 'glx'):