Skip to content

Commit bb4ad64

Browse files
committed
Remove unused event on map
Signed-off-by: Cintia Sánchez García <[email protected]>
1 parent 1aa5408 commit bb4ad64

File tree

1 file changed

+0
-4
lines changed
  • ocg-server/static/js/community/explore

1 file changed

+0
-4
lines changed

ocg-server/static/js/community/explore/map.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ export class Map {
8585
}
8686
this.enabledMoveEnd = true;
8787
});
88-
89-
this.map.on("viewreset", () => {
90-
console.log("View reset");
91-
});
9288
}
9389

9490
// Refresh map, updating the markers.

0 commit comments

Comments
 (0)