diff --git a/app.js b/app.js index 87732fe..141306d 100644 --- a/app.js +++ b/app.js @@ -7,12 +7,6 @@ var pty = require('pty.js'); var fs = require('fs'); var waitpid = require('waitpid'); -process.on('SIGCHLD', function(args){ - console.error((new Date()) + " Got SIGCHLD: waiting for child process to terminate ... ") - waitpid(-1); - console.error((new Date()) + " Child processed ended") -}); - var opts = require('optimist') .options({ sslkey: {