1
0
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:
dmiller
2016-07-28 05:11:33 +00:00
parent d78f924635
commit 4486148760

View File

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