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:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user