From: Tara L Andrews Date: Tue, 7 Feb 2012 11:34:00 +0000 (+0100) Subject: get rid of debugging print X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4043968234b0a53a390f184413be94949c7b867d;p=scpubgit%2Fstemmatology.git get rid of debugging print --- diff --git a/t/graph.t b/t/graph.t index 426d8cc..cae5507 100644 --- a/t/graph.t +++ b/t/graph.t @@ -43,9 +43,6 @@ is( scalar( @svg_nodes ), 9, @svg_edges = $part_xpc->findnodes( '//svg:g[@class="edge"]' ); is( scalar( @svg_edges ), 10, "Correct number of edges in the subgraph" ); -open( OUT, ">test.svg" ); -print OUT $part_svg->toString(); -close OUT; $part_svg = $parser->parse_string( $collation->as_svg( { from => 10, to => 13 } ) ); # start, no end is( $part_svg->documentElement->nodeName(), 'svg', "Got an svg subgraph in the middle" );