mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Remove an unneeded very verbose debug statement.
This commit is contained in:
parent
0acdeb5487
commit
8e145819c2
1 changed files with 0 additions and 1 deletions
|
|
@ -103,7 +103,6 @@ action = function(host, port)
|
|||
-- Extract the strings from this probe
|
||||
local plain = strings(responses[probes[i]], min)
|
||||
if plain then
|
||||
stdnse.debug1("%s:>>>%s<<<", probes[i], plain)
|
||||
-- rearrange some whitespace to look nice
|
||||
plain = plain:gsub("^[\n ]*", "\n "):gsub("[\n ]+$", "")
|
||||
-- Gather all the probes that had this same set of strings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue