...and remove debug statement
Tara L Andrews [Fri, 16 Aug 2013 08:58:36 +0000 (10:58 +0200)]
base/lib/Text/Tradition/Parser/CTE.pm

index cd2da4e..6093066 100644 (file)
@@ -557,7 +557,6 @@ sub _add_lacunae {
                                        my $stoppoint = delete $lacunose{$wit};
                                        my $stopname = $stoppoint ? _anchor_name( $stoppoint ) : $c->start->id;
                                        say STDERR "Adding lacuna for $wit between $stopname and $anchor";
-                                       $DB::single = 1;
                                        my $lacuna = $c->add_reading( { id => "as_$anchor.".$ctr++,
                                        is_lacuna => 1 } );
                                _add_wit_path( $c, [ $lacuna ], $stopname, $aname, $wit );