X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FText%2FTradition%2FParser%2FTabular.pm;h=1ba3193f44327d197e9e07b542eefedf84b4f5c1;hb=d724f920fe6b200559742b3a6f0b12f2f6d87879;hp=156c977ddc7079a18e3038ca4cbf53612c5c0fea;hpb=cc31ebaa10a5cb223801522f23ee955953789a01;p=scpubgit%2Fstemmatology.git diff --git a/lib/Text/Tradition/Parser/Tabular.pm b/lib/Text/Tradition/Parser/Tabular.pm index 156c977..1ba3193 100644 --- a/lib/Text/Tradition/Parser/Tabular.pm +++ b/lib/Text/Tradition/Parser/Tabular.pm @@ -110,9 +110,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"; -} =end testing