--- loncom/xml/lonxml.pm	2000/11/07 23:39:07	1.36
+++ loncom/xml/lonxml.pm	2000/11/07 23:41:27	1.37
@@ -101,7 +101,7 @@ sub xmlparse {
 #	 if ($target eq 'meta') {$Apache::lonxml::textredirection = 0;}
        #clear out any tags that didn't end
        while ($token->[1] ne $stack[$#stack] 
-	      && ($#stack > -1)) {pop @stack;pop @parstack;&decreasedepth($token);&Apache::lonxml::debug("Clearing out stack");}
+	      && ($#stack > -1)) {pop @stack;pop @parstack;&decreasedepth($token);}
        
        if (exists $style_for_target{'/'."$token->[1]"}) {