diff --git a/modules/ui/tools.js b/modules/ui/tools.js index fcc77334..630174d4 100644 --- a/modules/ui/tools.js +++ b/modules/ui/tools.js @@ -932,7 +932,6 @@ function configMarkersGeneration() { document.querySelectorAll('.add-marker').forEach((button) => { button.addEventListener('click', (event) => { - console.log('Hmm...'); toggleAddRandomMarker(Markers.getConfig().find(({type}) => type === event.target.getAttribute('data-type')))(); }); });