fix relationship test data; remove print from tab test
[scpubgit/stemmatology.git] / t / text_tradition_parser_tabular.t
index cf61a4b..c53e57e 100644 (file)
@@ -67,9 +67,6 @@ foreach my $k ( keys %seen_wits ) {
 
 # Check that we only have collation relationships where we need them
 is( scalar $t->collation->relationships, 3, "Redundant collations were removed" );
-foreach my $rel ( $t->collation->relationships ) {
-       print STDERR $rel->[0] . " -> " . $rel->[1] . "\n";
-}
 }