mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-10 07:36:52 +02:00
[Fix] TaskManager: delete logging error
This commit is contained in:
parent
72c0606b1b
commit
0d01a2261d
1 changed files with 0 additions and 2 deletions
|
@ -122,8 +122,6 @@ class TaskManager(BaseObject):
|
|||
if not node.isAlreadySubmittedOrFinished():
|
||||
nodes.append(node)
|
||||
|
||||
logging.info('Nodes to execute: ', str([n.name for n in nodes]))
|
||||
|
||||
for node in nodes:
|
||||
node.destroyed.connect(lambda obj=None, name=node.name: self.onNodeDestroyed(obj, name))
|
||||
node.beginSequence(forceCompute)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue