From 3f94c727776fb1487e7afd0a76395f7bb94a174e Mon Sep 17 00:00:00 2001 From: Wade Date: Mon, 21 Nov 2011 15:42:38 +1000 Subject: [PATCH] Unneeded comments removed --- core/main/server.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/core/main/server.rb b/core/main/server.rb index 09886cee6..0ef37817d 100644 --- a/core/main/server.rb +++ b/core/main/server.rb @@ -56,7 +56,6 @@ module BeEF def mount(url, http_handler_class, args = nil) # argument type checking raise Exception::TypeError, '"url" needs to be a string' if not url.string? -# raise Exception::TypeError, '"http_handler_class" needs to be a boolean' if not http_handler_class.class? if args == nil mounts[url] = http_handler_class