From: Tara L Andrews Date: Fri, 16 Aug 2013 08:58:36 +0000 (+0200) Subject: ...and remove debug statement X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ed3f579acd4ae8e89c98bfa1f4788fc49fa0d6ad;p=scpubgit%2Fstemmatology.git ...and remove debug statement --- diff --git a/base/lib/Text/Tradition/Parser/CTE.pm b/base/lib/Text/Tradition/Parser/CTE.pm index cd2da4e..6093066 100644 --- a/base/lib/Text/Tradition/Parser/CTE.pm +++ b/base/lib/Text/Tradition/Parser/CTE.pm @@ -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 );