From 30273a05b3886b97140e93f619f40a2f960c1167 Mon Sep 17 00:00:00 2001 From: fazo96 Date: Tue, 3 Jun 2014 15:55:03 +0200 Subject: [PATCH] removed forgotten debug line --- client/client.coffee | 1 - 1 file changed, 1 deletion(-) 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"