--- loncom/xml/londefdef.pm 2001/01/12 20:38:05 1.16 +++ loncom/xml/londefdef.pm 2001/01/12 20:39:49 1.17 @@ -237,13 +237,10 @@ sub BEGIN { sub start_meta { my ($target,$token) = @_; my $currentstring = ''; - &Apache::lonxml::debug("In meta"); if ($target eq 'web') { - &Apache::lonxml::debug("In meta2"); $currentstring = $token->[4]; } if ($target eq 'meta') { - &Apache::lonxml::debug("In meta3"); unless ($token->[2]->{'http-equiv'}) { my $name=$token->[2]->{'name'}; $name=~tr/A-Z/a-z/; @@ -255,7 +252,6 @@ sub BEGIN { } } } - &Apache::lonxml::debug("send back $currentstring"); return $currentstring; } sub end_meta {