Revert "load callbacks on init again as they did not seem to load with new call from executor"
This reverts commit cf4ed9a556
.
This commit is contained in:
parent
2ddd83360a
commit
a51c165157
1 changed files with 0 additions and 2 deletions
|
@ -63,8 +63,6 @@ class TaskQueueManager:
|
||||||
self._stdout_callback = stdout_callback
|
self._stdout_callback = stdout_callback
|
||||||
self._callback_plugins = []
|
self._callback_plugins = []
|
||||||
|
|
||||||
self.load_callbacks()
|
|
||||||
|
|
||||||
# a special flag to help us exit cleanly
|
# a special flag to help us exit cleanly
|
||||||
self._terminated = False
|
self._terminated = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue