From 880f8830296d576d454af85e00595ef849f94cd4 Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 28 Aug 2018 16:58:01 +0000 Subject: [PATCH] Remove some leftover debug statements --- nselib/smbauth.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/nselib/smbauth.lua b/nselib/smbauth.lua index ea65a6c77..bd60d4e02 100644 --- a/nselib/smbauth.lua +++ b/nselib/smbauth.lua @@ -361,8 +361,6 @@ local function lm_create_hash(password) buf[i] = ch end password = table.concat(buf) - local nsedebug = require 'nsedebug' - stdnse.debug1("LM Password: %s", stdnse.tohex(password)) end -- If password is under 14 characters, pad it to 14