mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Remove some leftover debug statements
This commit is contained in:
parent
6ee1fa98d0
commit
880f883029
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue