Skip to content

Commit 98d586b

Browse files
authored
Merge pull request #111 from kplotnik/master
Removed unnecessary "debugger" statements
2 parents b9e8e0e + d71965a commit 98d586b

File tree

2 files changed

+0
-2
lines changed
  • geocode-a-location-from-address
  • map-with-route-from-a-to-b-using-public-transport

2 files changed

+0
-2
lines changed

geocode-a-location-from-address/demo.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ function addLocationsToPanel(locations){
148148
* H.service.GeocodingService
149149
*/
150150
function addLocationsToMap(locations){
151-
debugger
152151
var group = new H.map.Group(),
153152
position,
154153
i;

map-with-route-from-a-to-b-using-public-transport/demo.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ function addManueversToPanel(route){
216216
nodeOL.className = 'directions';
217217

218218
route.sections.forEach((section) => {
219-
debugger
220219
if (section.actions) {
221220
section.actions.forEach((action, idx) => {
222221
var li = document.createElement('li'),

0 commit comments

Comments
 (0)