Removed print statements

This commit is contained in:
EthanBlackburn 2015-07-31 13:58:40 -07:00
parent 631098f4f0
commit 5a187e1e9f

View file

@ -48,7 +48,6 @@ class EventStore extends NylasStore
Actions.queueTask(task)
__refreshCache: =>
console.log('here')
new Promise (resolve, reject) =>
DatabaseStore.findAll(Event)
.then (events=[]) =>