diff --git a/app/assets/javascripts/app/lib/app_post/task_manager.js.coffee b/app/assets/javascripts/app/lib/app_post/task_manager.js.coffee index f8cf74c4e..b4af7f288 100644 --- a/app/assets/javascripts/app/lib/app_post/task_manager.js.coffee +++ b/app/assets/javascripts/app/lib/app_post/task_manager.js.coffee @@ -318,7 +318,7 @@ class _taskManagerSingleton extends App.Controller @TaskbarIdInt taskUpdate: (task) -> - @log 'notice', "UPDATE task #{task.id}", task + #@log 'notice', "UPDATE task #{task.id}", task @tasksToUpdate[ task.key ] = 'toUpdate' App.Event.trigger 'task:render' diff --git a/app/assets/javascripts/app/models/_application_model.js.coffee b/app/assets/javascripts/app/models/_application_model.js.coffee index 1b412bbe4..295ad3764 100644 --- a/app/assets/javascripts/app/models/_application_model.js.coffee +++ b/app/assets/javascripts/app/models/_application_model.js.coffee @@ -164,7 +164,7 @@ class App.Model extends Spine.Model # if no screen is given or no attribute has this screen - use default attributes if !screen || _.isEmpty( attributesNew ) - console.log(attributesNew) + #console.log(attributesNew) for attribute in attributes attributesNew[ attribute.name ] = attribute