diff --git a/app/models/CocoModel.coffee b/app/models/CocoModel.coffee index 8010b8cc8..2c1e16c1a 100644 --- a/app/models/CocoModel.coffee +++ b/app/models/CocoModel.coffee @@ -65,7 +65,6 @@ class CocoModel extends Backbone.Model set: (attributes, options) -> delete @attributesWithDefaults unless attributes is 'thangs' # unless attributes is 'thangs': performance optimization for Levels keeping their cache. inFlux = @loading or not @loaded - console.error @type(), @get('name'), 'setting', attributes, options @markToRevert() unless inFlux or @_revertAttributes or @project or options?.fromMerge res = super attributes, options @saveBackup() if @saveBackups and (not inFlux)