Skip to content

Commit

Permalink
Remove some debug code from Nginx's reload command.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jan 13, 2012
1 parent 0e35590 commit 2f0765a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wre/lib/WRE/Nginx.pm
Expand Up @@ -183,7 +183,6 @@ sub reload {
my $self = shift;
my $cmd = $self->base . ' -t';
my $out = `$cmd`; # catch command line output
print $out;
return 1;
}

Expand Down

0 comments on commit 2f0765a

Please sign in to comment.