Removed debug info.
This commit is contained in:
parent
03a1d880d0
commit
47e89388bf
1 changed files with 0 additions and 2 deletions
|
@ -122,10 +122,8 @@ class App.Model extends Spine.Model
|
||||||
|
|
||||||
@full: (id, callback = false, force = false, bind = false) ->
|
@full: (id, callback = false, force = false, bind = false) ->
|
||||||
url = "#{@url}/#{id}?full=true"
|
url = "#{@url}/#{id}?full=true"
|
||||||
console.log('FULL', id, url, bind)
|
|
||||||
|
|
||||||
# subscribe and reload data / fetch new data if triggered
|
# subscribe and reload data / fetch new data if triggered
|
||||||
#@subscribeId = organization.subscribe(@render)
|
|
||||||
subscribeId = undefined
|
subscribeId = undefined
|
||||||
if bind
|
if bind
|
||||||
subscribeId = App[ @className ].subscribe_item(id, callback)
|
subscribeId = App[ @className ].subscribe_item(id, callback)
|
||||||
|
|
Loading…
Reference in a new issue