nuke debugging statement
tla [Tue, 13 Aug 2013 08:04:23 +0000 (10:04 +0200)]
base/lib/Text/Tradition/Parser/CTE.pm

index 91dd6e2..6180821 100644 (file)
@@ -335,7 +335,6 @@ sub _add_readings {
 
 sub _anchor_name {
     my $xmlid = shift;
-    $DB::single = 1 unless $xmlid;
     $xmlid =~ s/^\#//;
     return sprintf( "__ANCHOR_%s__", $xmlid );
 }