summaryrefslogtreecommitdiff
path: root/zuul/cmd/executor.py
diff options
context:
space:
mode:
Diffstat (limited to 'zuul/cmd/executor.py')
-rwxr-xr-xzuul/cmd/executor.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/zuul/cmd/executor.py b/zuul/cmd/executor.py
index c82deb748..c600dc96d 100755
--- a/zuul/cmd/executor.py
+++ b/zuul/cmd/executor.py
@@ -130,8 +130,6 @@ class Executor(zuul.cmd.ZuulDaemonApp):
log_streaming_port=self.finger_port)
self.executor.start()
- signal.signal(signal.SIGUSR2, zuul.cmd.stack_dump_handler)
-
if self.args.nodaemon:
signal.signal(signal.SIGTERM, self.exit_handler)
while True: