Skip to content

Commit b7ad79d

Browse files
committed
[code] logger remove useless log
1 parent 1ef902e commit b7ad79d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

meshroom/core/node.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,6 @@ def process(self, forceCompute=False, inCurrentEnv=False):
516516
self.node.saveOutputAttr()
517517
executionStatus = Status.SUCCESS
518518
except Exception:
519-
# with open(self.logFile, "r") as fo:
520-
# print(f"logfile:<<<{fo.read()}>>>")
521519
self.updateStatusFromCache() # check if the status has been updated by another process
522520
if self._status.status != Status.STOPPED:
523521
executionStatus = Status.ERROR

0 commit comments

Comments
 (0)