mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Remove debug output
This commit is contained in:
parent
9830eb4331
commit
36f3f0d449
@ -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"):
|
||||
|
Loading…
Reference in New Issue
Block a user