mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
remove unecessary console.log
This commit is contained in:
parent
ab69476b41
commit
2e936cea5c
1 changed files with 0 additions and 1 deletions
|
|
@ -932,7 +932,6 @@ function configMarkersGeneration() {
|
||||||
|
|
||||||
document.querySelectorAll('.add-marker').forEach((button) => {
|
document.querySelectorAll('.add-marker').forEach((button) => {
|
||||||
button.addEventListener('click', (event) => {
|
button.addEventListener('click', (event) => {
|
||||||
console.log('Hmm...');
|
|
||||||
toggleAddRandomMarker(Markers.getConfig().find(({type}) => type === event.target.getAttribute('data-type')))();
|
toggleAddRandomMarker(Markers.getConfig().find(({type}) => type === event.target.getAttribute('data-type')))();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue