Removed debug log.

This commit is contained in:
Martin Edenhofer 2014-09-24 07:52:02 +02:00
parent ac44bd70d3
commit 195315cc7b
2 changed files with 2 additions and 2 deletions

View file

@ -318,7 +318,7 @@ class _taskManagerSingleton extends App.Controller
@TaskbarIdInt @TaskbarIdInt
taskUpdate: (task) -> taskUpdate: (task) ->
@log 'notice', "UPDATE task #{task.id}", task #@log 'notice', "UPDATE task #{task.id}", task
@tasksToUpdate[ task.key ] = 'toUpdate' @tasksToUpdate[ task.key ] = 'toUpdate'
App.Event.trigger 'task:render' App.Event.trigger 'task:render'

View file

@ -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 no screen is given or no attribute has this screen - use default attributes
if !screen || _.isEmpty( attributesNew ) if !screen || _.isEmpty( attributesNew )
console.log(attributesNew) #console.log(attributesNew)
for attribute in attributes for attribute in attributes
attributesNew[ attribute.name ] = attribute attributesNew[ attribute.name ] = attribute