From 8c87b5f34be97c8fcfb0f5cea2fa6429fdc4dcf9 Mon Sep 17 00:00:00 2001 From: fyodor Date: Thu, 30 Aug 2007 22:27:51 +0000 Subject: [PATCH] remove excess debugging messages --- nse_nsock.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/nse_nsock.cc b/nse_nsock.cc index 024de4029..8eb01b5bf 100644 --- a/nse_nsock.cc +++ b/nse_nsock.cc @@ -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);