From 64ef503f5bf016c5687fc3df0b82da70971b4803 Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 31 Mar 2014 14:35:50 +0000 Subject: [PATCH] Remove debug leftover from ssl-enum-ciphers --- scripts/ssl-enum-ciphers.nse | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/ssl-enum-ciphers.nse b/scripts/ssl-enum-ciphers.nse index b81f2fc96..1c6339f20 100644 --- a/scripts/ssl-enum-ciphers.nse +++ b/scripts/ssl-enum-ciphers.nse @@ -166,8 +166,6 @@ local function try_params(host, port, t) status, buffer, err = tls.record_buffer(sock, buffer, 1) if not status then stdnse.print_debug(1, "Couldn't read a TLS record: %s", err) - local nsedebug = require "nsedebug" - nsedebug.print_hex(req) return nil end -- Parse response.