Unverified Commit b3300e3a authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Travelinx: Remove a stray Data::Dumper import left from a debugging session

parent 831e851f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2293,8 +2293,6 @@ sub set_polyline {
		my $context = XML::LibXML::XPathContext->new($root);
		$context->registerNs( 'gpx', 'http://www.topografix.com/GPX/1/1' );

		use Data::Dumper;

		my @polyline;
		for my $point (
			$context->findnodes('/gpx:gpx/gpx:trk/gpx:trkseg/gpx:trkpt') )