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

remove debug output

parent 7723a242
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -620,15 +620,9 @@ sub singletest {

        subVariables \$s;

        print "MOO: $s\n";
        
        if($s =~ /([^=]*)=(.*)/) {
            my ($var, $content)=($1, $2);
            
            $ENV{$var}=$content;

            print "setenv $var to $content\n";

            # remember which, so that we can clear them afterwards!
            push @envs, $var;
        }