Remove unused var

This commit is contained in:
Alberto Fernández Capel 2018-01-24 15:37:16 +00:00
parent f0777f996c
commit dd2e9d7431

View file

@ -5,8 +5,9 @@ define [
], (moment, App) ->
CACHE_KEY = "mbEvents"
EDIT_SESSION_HEARTBEAT_INTERVAL = 5 * 60 * 1000 # 5min
# Keep track of when the editing session started and when we should
# send the next heartbeat so we can space them properly
sessionStart = new Date()
nextHeartbeat = new Date()