1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-20 13:19:01 +00:00

Removed a debug statement that was left in.

This commit is contained in:
batrick
2009-06-03 05:40:30 +00:00
parent e31c5973b1
commit d569d5b75e

View File

@@ -434,7 +434,6 @@ local function run (threads)
-- _R[DESTRUCTOR] is called by nse_destructor in nse_main.cc
_R[DESTRUCTOR] = function (what, co, key, destructor)
local thread = all[co] or current;
print(thread, what, co, key, destructor)
if thread then
local ch = thread.close_handlers;
if what == "add" then