1
0
forked from noxious/client

Removed console.log()s

This commit is contained in:
2024-09-21 00:12:35 +02:00
parent ec1a8f3f98
commit cfb3e427cf
5 changed files with 1 additions and 9 deletions

View File

@ -107,7 +107,6 @@ function refreshObjectList(unsetSelectedObject = true) {
}
if (zoneEditorStore.active) {
console.log('Refreshing object list for zone store')
zoneEditorStore.setObjectList(response)
}
})

View File

@ -74,7 +74,6 @@ function refreshTileList(unsetSelectedTile = true) {
}
if (zoneEditorStore.active) {
console.log('Refreshing tile list for zone store')
zoneEditorStore.setTileList(response)
}
})