get rid of DB halt
Tara L Andrews [Sun, 1 Jan 2012 01:36:17 +0000 (02:36 +0100)]
lib/Text/Tradition/Collation.pm

index f6a9644..f57b7e6 100644 (file)
@@ -681,7 +681,6 @@ sub make_alignment_table {
         return;
     }
     my $table;
-    $DB::single = 1;
     my @all_pos = ( 1 .. $self->end->rank - 1 );
     foreach my $wit ( $self->tradition->witnesses ) {
         # print STDERR "Making witness row(s) for " . $wit->sigil . "\n";