mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Got rid of an extraneous log.
This commit is contained in:
parent
32ba4a8f75
commit
e5e146c3c1
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ module.exports = class SuperModel extends Backbone.Model
|
|||
return _.values @models
|
||||
|
||||
registerModel: (model) ->
|
||||
console.log 'register model?', model, model.getURL
|
||||
@models[model.getURL()] = model
|
||||
|
||||
getCollection: (collection) ->
|
||||
|
|
Loading…
Reference in a new issue