Remove remaining trace.
This commit is contained in:
@ -64,7 +64,6 @@ class ProcessPoolExecutorStrategy(ExecutorStrategy):
|
|||||||
|
|
||||||
class ThreadCollectionStrategy(Strategy):
|
class ThreadCollectionStrategy(Strategy):
|
||||||
def execute(self, graph, *args, plugins=None, **kwargs):
|
def execute(self, graph, *args, plugins=None, **kwargs):
|
||||||
print(type(self), 'execute', graph, args, plugins, kwargs)
|
|
||||||
context = self.create_graph_execution_context(graph, plugins=plugins)
|
context = self.create_graph_execution_context(graph, plugins=plugins)
|
||||||
context.recv(BEGIN, Bag(), END)
|
context.recv(BEGIN, Bag(), END)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user