From 019360689327ddd095a834eba6f8be3665193d03 Mon Sep 17 00:00:00 2001 From: Wade Alcorn Date: Fri, 13 Jan 2012 15:56:34 +1000 Subject: [PATCH] Remove process id puts --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index b16ec0fb0..2ff666102 100644 --- a/Rakefile +++ b/Rakefile @@ -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