소스 검색

cleanup: unwanted print

Joseph Brandenburg 6 달 전
부모
커밋
55891b7f90
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      base_definitions.py

+ 0 - 2
base_definitions.py

@@ -841,8 +841,6 @@ class NodeLink:
         #     return wrapWhite(link_string)
     
     def die(self):
-        if "Choose" in "".join(self.from_node.signature[1:]):
-            prRed(f"End of life: {self}")
         self.is_alive = False
         self.to_node.inputs[self.to_socket].flush_links()
         self.from_node.outputs[self.from_socket].flush_links()