Getting rid of a debug line.

This commit is contained in:
Scott Erickson 2014-08-26 09:55:59 -07:00
parent f92a665b8b
commit 3b6de071f7

View file

@ -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