From bf466863af9e332a9696987a5649b3778db4b7ff Mon Sep 17 00:00:00 2001 From: bastianonm Date: Sun, 5 Feb 2012 16:49:28 +0000 Subject: [PATCH] --- wp-gpx-maps.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-gpx-maps.php b/wp-gpx-maps.php index 29cf283..76847a9 100644 --- a/wp-gpx-maps.php +++ b/wp-gpx-maps.php @@ -97,10 +97,8 @@ function handle_WP_GPX_Maps_Shortcodes($attr, $content='') else { $gpx = downloadRemoteFile($gpx); - print_r($gpx); } - $points = getPoints( $gpx, $pointsoffset, $donotreducegpx); $points_maps = ''; $points_graph = '';