From 1b837dbd278da3efa78249202601cd5ed9d2ccc5 Mon Sep 17 00:00:00 2001 From: Grant Burgess Date: Thu, 2 Apr 2020 15:52:33 +1000 Subject: [PATCH] Removed require byebug --- core/main/rest/handlers/hookedbrowsers.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/core/main/rest/handlers/hookedbrowsers.rb b/core/main/rest/handlers/hookedbrowsers.rb index c7ee4b602..c0d07bd66 100644 --- a/core/main/rest/handlers/hookedbrowsers.rb +++ b/core/main/rest/handlers/hookedbrowsers.rb @@ -3,7 +3,6 @@ # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # -require 'byebug' module BeEF module Core