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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user