]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/routing_engines/mapquest_bicycle.js
Remove logging
[rails.git] / app / assets / javascripts / routing_engines / mapquest_bicycle.js
index 5dfe13234954e5957e960b341938dcc4cfa1720b..bf33870782c034f3d2717a3772b4079eb012b5ae 100644 (file)
@@ -52,7 +52,6 @@ OSM.RoutingEngines.list.push({
 
                // data.shape.maneuverIndexes links turns to polyline positions
                // data.legs[0].maneuvers is list of turns
-               console.log(data);
                var steps=[];
                var mq=data.route.legs[0].maneuvers;
                for (var i=0; i<mq.length; i++) {