remove debug output

This commit is contained in:
Daniel Stenberg 2003-05-19 13:08:48 +00:00
parent 7723a24297
commit d398a0dd58

View File

@ -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;
}