瀏覽代碼

remove annoying print

Joseph Brandenburg 6 月之前
父節點
當前提交
b0ea1ab126
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      link_containers.py

+ 0 - 1
link_containers.py

@@ -684,7 +684,6 @@ class LinkInverseKinematics(MantisLinkNode):
 
         props_sockets = self.gen_property_socket_map()
         evaluate_sockets(self, c, props_sockets)
-        print (props_sockets)
         c.use_location   = self.evaluate_input("Position") > 0
         c.use_rotation   = self.evaluate_input("Rotation") > 0
         self.executed = True