diff --git a/client/client.coffee b/client/client.coffee index 37bb809..fe40074 100644 --- a/client/client.coffee +++ b/client/client.coffee @@ -49,7 +49,6 @@ Router.map -> waitOn: -> Meteor.subscribe "my-notes" data: -> notes.findOne _id: @params._id onBeforeAction: -> if not getUser() then Router.go 'home' - onStop: -> console.log "UNLOAD" @route 'archive', path: '/archive/:_id?' waitOn: -> Meteor.subscribe "archive"