You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by ma...@sergeant.org on 2006/08/24 02:03:55 UTC

[SVN] [114] Remove logging (we log connections already in Connection.pm)

Revision: 114
Author:   matt
Date:     2006-08-24 00:03:31 +0000 (Thu, 24 Aug 2006)

Log Message:
-----------
Remove logging (we log connections already in Connection.pm)

Modified Paths:
--------------
    trunk/lib/AxKit2/Server.pm

Modified: trunk/lib/AxKit2/Server.pm
===================================================================
--- trunk/lib/AxKit2/Server.pm	2006-08-24 00:02:41 UTC (rev 113)
+++ trunk/lib/AxKit2/Server.pm	2006-08-24 00:03:31 UTC (rev 114)
@@ -44,8 +44,6 @@
         my $csock = $sock->accept;
         return unless $csock;
 
-        AxKit2::Client->log(LOGDEBUG, "Listen child making a AxKit2::Connection for ", fileno($csock));
-
         IO::Handle::blocking($csock, 0);
         setsockopt($csock, IPPROTO_TCP, TCP_NODELAY, pack("l", 1)) or die;