mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 12:29:03 +00:00
Remove an unnecessary debug statement from development
This commit is contained in:
@@ -60,9 +60,7 @@ hostrule = function(host)
|
||||
end
|
||||
|
||||
postrule = function()
|
||||
local tmp = nmap.registry.clock_skews and #nmap.registry.clock_skews > 0
|
||||
stdnse.debug1("rule returns %s", tmp)
|
||||
return tmp
|
||||
return nmap.registry.clock_skews and #nmap.registry.clock_skews > 0
|
||||
end
|
||||
|
||||
local function format_host (host)
|
||||
|
||||
Reference in New Issue
Block a user