From 9e60b3e1a46528d192c0b3e2de0a8f6f0c6fd0c9 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 4 Jan 2012 12:15:38 -0500 Subject: [PATCH] remove unnecessary debug --- lib/foreman/process.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/foreman/process.rb b/lib/foreman/process.rb index 4f00de7..24bd55a 100644 --- a/lib/foreman/process.rb +++ b/lib/foreman/process.rb @@ -42,7 +42,6 @@ private def run_process(command, pipe) io, @pid = fork_with_io(command) - trap("SIGTERM") { "got sigterm for %d" % @pid } output pipe, "started with pid %d" % @pid Thread.new do until io.eof?