removed debug output and trailing whitespace

This commit is contained in:
Daniel Stenberg 2004-05-17 10:53:34 +00:00
parent 67532e916c
commit a807065ccc
1 changed files with 20 additions and 21 deletions

View File

@ -498,7 +498,6 @@ sub runftpserver {
print "$cmd\n" if($verbose); print "$cmd\n" if($verbose);
my @data = `$cmd`; my @data = `$cmd`;
foreach $line (@data) { foreach $line (@data) {
print STDERR "We read: $_";
if ( $line =~ /WE ROOLZ: (\d+)/ ) { if ( $line =~ /WE ROOLZ: (\d+)/ ) {
$pid = 0+$1; $pid = 0+$1;
$verified = 1; $verified = 1;