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;