From f26578fbbe962d14f4e0bdfae76a3c3384b03049 Mon Sep 17 00:00:00 2001 From: Travis Webb Date: Tue, 26 Aug 2014 15:38:49 -0400 Subject: [PATCH] removed signal listeners --- node-datasource/xt/xt.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/node-datasource/xt/xt.js b/node-datasource/xt/xt.js index f00146aff..6e28736e5 100644 --- a/node-datasource/xt/xt.js +++ b/node-datasource/xt/xt.js @@ -113,9 +113,5 @@ XT = { }; // give any running process the opportunity to save state // or log as gracefully as possible process.once('exit', _.bind(X.cleanup, X)); - - _.forEach(["SIGINT", "SIGHUP", "SIGQUIT", "SIGKILL", "SIGSEGV", "SIGILL"], function (sig) { - process.once(sig, _.bind(sighandler, X, sig)); - }); }); }()); -- 2.39.2