1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Remove some leftover debug statements

This commit is contained in:
dmiller
2018-08-28 16:58:01 +00:00
parent 6ee1fa98d0
commit 880f883029

View File

@@ -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