Skip to content

Commit 2910f2a

Browse files
committed
refactor: remove random print from control file
It spammed the console.
1 parent 8fedeba commit 2910f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/controls.2.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function toggleBlips(){ // _showBlips must be called before this function if you
3636
}
3737

3838
blipArray.forEach(blip => {
39-
console.log(blip);
39+
//console.log(blip);
4040
var marker = MarkerStore[blip.markerId];
4141
if (_showBlips){
4242
marker.addTo(Map);

0 commit comments

Comments
 (0)