1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

remove excess debugging messages

This commit is contained in:
fyodor
2007-08-30 22:27:51 +00:00
parent 72948b35a5
commit 8c87b5f34b

View File

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