mirror of
https://github.com/fazo96/homework.git
synced 2025-01-10 12:14:22 +01:00
removed forgotten debug line
This commit is contained in:
parent
83902975bd
commit
30273a05b3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user