Commit a807065c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed debug output and trailing whitespace

parent 67532e91
Loading
Loading
Loading
Loading
+20 −21
Original line number Diff line number Diff line
@@ -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;