1
0
mirror of https://github.com/fazo96/homework.git synced 2025-01-09 12:10:08 +01:00

removed forgotten debug line

This commit is contained in:
fazo96 2014-06-03 15:55:03 +02:00
parent 83902975bd
commit 30273a05b3

View File

@ -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"