Removed debug log.
This commit is contained in:
parent
ac44bd70d3
commit
195315cc7b
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue