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 = '';