mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
remove debug output
This commit is contained in:
parent
7723a24297
commit
d398a0dd58
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user