forked from noxious/client
Removed console.log()s
This commit is contained in:
@ -107,7 +107,6 @@ function refreshObjectList(unsetSelectedObject = true) {
|
||||
}
|
||||
|
||||
if (zoneEditorStore.active) {
|
||||
console.log('Refreshing object list for zone store')
|
||||
zoneEditorStore.setObjectList(response)
|
||||
}
|
||||
})
|
||||
|
@ -74,7 +74,6 @@ function refreshTileList(unsetSelectedTile = true) {
|
||||
}
|
||||
|
||||
if (zoneEditorStore.active) {
|
||||
console.log('Refreshing tile list for zone store')
|
||||
zoneEditorStore.setTileList(response)
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user