Skip to content

Commit

Permalink
Remove extras markers
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre ROTH committed Apr 28, 2016
1 parent f443f94 commit a550600
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/js/views/main_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ export class MainView extends BaseView {
}

populateInitialMarkers() {
if (isLegrandBuild()) {
this.createDeviceMarker('1234', 'Gateway', { latitude: 45.824676,
longitude: 1.276448 });
this.createDeviceMarker('4567', 'Meeting room', { latitude: 45.824710,
longitude: 1.276680 });
}
}

updateMapcenter() {
Expand Down

0 comments on commit a550600

Please sign in to comment.