Remove debug output

This commit is contained in:
Matthias Hochsteger 2023-07-04 11:51:47 +02:00
parent 9830eb4331
commit 36f3f0d449

View File

@ -46,7 +46,6 @@ class WebGLScene(BaseWebGuiScene):
for t in inspect.getmro(typ):
if t in _registered_draw_types:
# print("check type", t)
d = _registered_draw_types[t](self.obj, self.args, self.kwargs)
break
if d is None and hasattr(self.obj, "_webgui_data"):