set up graphml output for relationships
[scpubgit/stemmatology.git] / lib / Text / Tradition / Parser / TEI.pm
index 2fb91d2..65de99e 100644 (file)
@@ -160,7 +160,6 @@ sub parse {
         }
         # See if we need to make an a.c. version of the witness.
         if( exists $app_ac->{$sig} ) {
-               $DB::single = 1;
             my @uncorrected;
             push( @uncorrected, @real_sequence );
             foreach my $app ( keys %{$app_ac->{$sig}} ) {