too much logging

This commit is contained in:
Connor Turland 2016-10-18 14:10:41 -04:00
parent 29913cd10b
commit d8cd536a95

View file

@ -522,7 +522,6 @@ const sendables = [
['updateMap',updateMap]
]
sendables.forEach(sendable => {
console.log(sendable, sendable[0])
Realtime[sendable[0]] = sendable[1](Realtime)
})