remove info for now

This commit is contained in:
David Dollar
2010-05-17 21:42:14 -04:00
parent 0f4ed89c92
commit 93b2227dfe
-1
View File
@@ -30,7 +30,6 @@ class Foreman::Engine
trap("TERM") { kill_and_exit("TERM") }
trap("INT") { kill_and_exit("INT") }
trap("INFO") { print_info }
while true
pid, status = Process.wait2