[Jifty-commit] r6928 - jifty/trunk/lib/Jifty/Script

Jifty commits jifty-commit at lists.jifty.org
Thu Apr 30 23:16:56 EDT 2009


Author: alexmv
Date: Thu Apr 30 23:16:56 2009
New Revision: 6928

Modified:
   jifty/trunk/lib/Jifty/Script/Server.pm

Log:
Remove bogus line; this never did anything

Jifty::Server objects are not Net::Server objects; as of the previous
commit, they _have_ a Net::Server object at times, but not always.

Modified: jifty/trunk/lib/Jifty/Script/Server.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Script/Server.pm	(original)
+++ jifty/trunk/lib/Jifty/Script/Server.pm	Thu Apr 30 23:16:56 2009
@@ -161,7 +161,6 @@
     Log::Log4perl->get_logger($server_class)->less_logging(3)
         if $self->{quiet};
     $Jifty::SERVER = $server_class->new(port => $self->{port});
-    $Jifty::SERVER->{server}{no_client_stdout} = 1;
     my @args;
     push @args, $_ => $self->{$_} for grep {exists $self->{$_}} qw/user group host/;
     $Jifty::SERVER->run( @args );


More information about the Jifty-commit mailing list