mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
remove test output
This commit is contained in:
parent
62498f3bf8
commit
9830eb4331
@ -46,7 +46,7 @@ class WebGLScene(BaseWebGuiScene):
|
||||
|
||||
for t in inspect.getmro(typ):
|
||||
if t in _registered_draw_types:
|
||||
print("check type", t)
|
||||
# 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