From: Daniel Stenberg Date: Mon, 19 May 2003 13:08:48 +0000 (+0000) Subject: remove debug output X-Git-Tag: curl-7_10_6~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d398a0dd588ca28a22b62a0cd46455e73c8f7b22;p=curl remove debug output --- diff --git a/tests/runtests.pl b/tests/runtests.pl index c8bec0ba6..9ac7e3b5d 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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; }