mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Getting rid of a debug line.
This commit is contained in:
parent
f92a665b8b
commit
3b6de071f7
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ module.exports = class SuperModel extends Backbone.Model
|
|||
@addCollection collection
|
||||
onCollectionSynced = (c) ->
|
||||
if collection.url is c.url
|
||||
console.debug 'Registering collection', url, c
|
||||
@registerCollection c
|
||||
else
|
||||
console.warn 'Sync triggered for collection', c
|
||||
|
|
Loading…
Reference in a new issue