mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 16:29:57 +00:00
remove debug print
This commit is contained in:
@@ -29,7 +29,6 @@ logger = logging.getLogger("sverchok.ifc")
|
|||||||
|
|
||||||
|
|
||||||
def update_usecase(self, context):
|
def update_usecase(self, context):
|
||||||
print("API - running update usecase!")
|
|
||||||
module_usecase = self.get_module_usecase()
|
module_usecase = self.get_module_usecase()
|
||||||
if module_usecase:
|
if module_usecase:
|
||||||
self.generate_node(*module_usecase)
|
self.generate_node(*module_usecase)
|
||||||
@@ -64,7 +63,6 @@ class SvIfcApi(bpy.types.Node, SverchCustomTreeNode, ifcsverchok.helper.SvIfcCor
|
|||||||
op.tooltip = self.tooltip
|
op.tooltip = self.tooltip
|
||||||
|
|
||||||
def process(self):
|
def process(self):
|
||||||
print("process")
|
|
||||||
module_usecase = self.get_module_usecase()
|
module_usecase = self.get_module_usecase()
|
||||||
if module_usecase:
|
if module_usecase:
|
||||||
self.sv_input_names = [i.name for i in self.inputs]
|
self.sv_input_names = [i.name for i in self.inputs]
|
||||||
|
|||||||
Reference in New Issue
Block a user