mirror of
https://github.com/nmap/nmap.git
synced 2026-06-10 01:35:18 +00:00
remove excess debugging messages
This commit is contained in:
parent
72948b35a5
commit
8c87b5f34b
1 changed files with 0 additions and 2 deletions
|
|
@ -575,8 +575,6 @@ static int l_nsock_close(lua_State* l) {
|
|||
if(nsock_connect_queue.size()){
|
||||
lua_State *nl = nsock_connect_queue.front();
|
||||
nsock_connect_queue.pop_front();
|
||||
if(o.debugging)
|
||||
log_write(LOG_STDOUT, "NSOCK: thread unqueued %p\n", (void *)nl);
|
||||
/* we can't restore lua thread here. instead create timer event with
|
||||
* short timeout 0, and restore thread there*/
|
||||
nsock_timer_create(nsp, l_nsock_connect_queued_handler, 0, (void*) nl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue