Removed debug info.

This commit is contained in:
Martin Edenhofer 2014-08-13 13:23:19 +02:00
parent 03a1d880d0
commit 47e89388bf

View file

@ -122,10 +122,8 @@ class App.Model extends Spine.Model
@full: (id, callback = false, force = false, bind = false) ->
url = "#{@url}/#{id}?full=true"
console.log('FULL', id, url, bind)
# subscribe and reload data / fetch new data if triggered
#@subscribeId = organization.subscribe(@render)
subscribeId = undefined
if bind
subscribeId = App[ @className ].subscribe_item(id, callback)