Skip to content

Commit 2f0765a

Browse files
committedJan 13, 2012
Remove some debug code from Nginx's reload command.
1 parent 0e35590 commit 2f0765a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎wre/lib/WRE/Nginx.pm

-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ sub reload {
183183
my $self = shift;
184184
my $cmd = $self->base . ' -t';
185185
my $out = `$cmd`; # catch command line output
186-
print $out;
187186
return 1;
188187
}
189188

0 commit comments

Comments
 (0)
Please sign in to comment.