Skip to content
Snippets Groups Projects
Commit f1f32ca7 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Remove log

parent 4dcc89e5
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,4 @@ Tracker.autorun ->
if user?.status is 'online'
utcOffset = moment().utcOffset() / 60
if user.utcOffset isnt utcOffset
console.log 'updateUserUtcOffset', utcOffset
Meteor.call 'updateUserUtcOffset', utcOffset
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment