Remove process id puts

This commit is contained in:
Wade Alcorn
2012-01-13 15:56:34 +10:00
parent 57f0654b27
commit 0193606893

View File

@@ -76,7 +76,6 @@ end
task :beef_stop do
puts "\nShutting down BeEF...\n"
puts @beef_process_id.pid
Process.kill 'INT', -Process.getpgrp
end