too much logging
This commit is contained in:
parent
29913cd10b
commit
d8cd536a95
1 changed files with 0 additions and 1 deletions
|
@ -522,7 +522,6 @@ const sendables = [
|
||||||
['updateMap',updateMap]
|
['updateMap',updateMap]
|
||||||
]
|
]
|
||||||
sendables.forEach(sendable => {
|
sendables.forEach(sendable => {
|
||||||
console.log(sendable, sendable[0])
|
|
||||||
Realtime[sendable[0]] = sendable[1](Realtime)
|
Realtime[sendable[0]] = sendable[1](Realtime)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue