]> granicus.if.org Git - curl/commitdiff
remove debug output
authorDaniel Stenberg <daniel@haxx.se>
Mon, 19 May 2003 13:08:48 +0000 (13:08 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 19 May 2003 13:08:48 +0000 (13:08 +0000)
tests/runtests.pl

index c8bec0ba6b763ca4ddba5670d6f021dab6af3afb..9ac7e3b5dcafabb1f990e8f96cba4de1302f9e6c 100755 (executable)
@@ -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;
         }