X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Ftext_tradition_parser_tabular.t;h=c53e57e0b6b233eaa93f1ebdb82f9de1b26908c4;hb=32256f01d018a2a5799e706c57edef4680b3a276;hp=cf61a4b552538c4c1b13e860e1159bd3877b5fcf;hpb=cc31ebaa10a5cb223801522f23ee955953789a01;p=scpubgit%2Fstemmatology.git diff --git a/t/text_tradition_parser_tabular.t b/t/text_tradition_parser_tabular.t index cf61a4b..c53e57e 100644 --- a/t/text_tradition_parser_tabular.t +++ b/t/text_tradition_parser_tabular.t @@ -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"; -} }