Removed not needed comment.

This commit is contained in:
Martin Edenhofer 2014-02-09 03:45:54 +01:00
parent 240815dc0e
commit 8d4f4c0c25

View file

@ -200,8 +200,6 @@ class App.Model extends Spine.Model
events
(record) =>
if @id.toString() is record.id.toString()
# load only once from server
for key, callback of App[ @constructor.className ]['SUBSCRIPTION_ITEM'][ @id ]
App[ @constructor.className ].retrieve( @id, callback, true )
'Item::Subscribe::' + @constructor.className