From 315961bef89becbd0c3fabd012b1d33b23994e70 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Tue, 25 Apr 2017 07:24:54 +0200 Subject: [PATCH] Remove remaining trace. --- bonobo/core/strategies/executor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bonobo/core/strategies/executor.py b/bonobo/core/strategies/executor.py index dbab863..437cfde 100644 --- a/bonobo/core/strategies/executor.py +++ b/bonobo/core/strategies/executor.py @@ -64,7 +64,6 @@ class ProcessPoolExecutorStrategy(ExecutorStrategy): class ThreadCollectionStrategy(Strategy): 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.recv(BEGIN, Bag(), END)