Commit 2c263740 authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

removed console statemenents

parent 8dd604db
......@@ -278,9 +278,7 @@ export class HirebikePage implements OnInit {
allNoGoAreas.push(routes[i].actualNoGoAreas[j]);
}
}
console.log(allNoGoAreas);
finalNoGoAreas = [...new Set(allNoGoAreas)];
console.log(finalNoGoAreas);
//let group = new H.map.Group();
//this.addRectangleToMap();
for (let i = 0; i < finalNoGoAreas.length; i++){
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment