removed debug output and trailing whitespace
This commit is contained in:
@@ -498,7 +498,6 @@ sub runftpserver {
|
||||
print "$cmd\n" if($verbose);
|
||||
my @data = `$cmd`;
|
||||
foreach $line (@data) {
|
||||
print STDERR "We read: $_";
|
||||
if ( $line =~ /WE ROOLZ: (\d+)/ ) {
|
||||
$pid = 0+$1;
|
||||
$verified = 1;
|
||||
|
Reference in New Issue
Block a user