Removed not needed debug log.

This commit is contained in:
Martin Edenhofer 2013-07-17 23:27:48 +02:00
parent ada04736cf
commit 874ec0f83b

View file

@ -122,8 +122,7 @@ class _taskManagerSingleton extends App.Controller
# create new task if not exists # create new task if not exists
task = @get( key ) task = @get( key )
console.log('TASKBAR RESET', @allTasks) #console.log('add', key, callback, params, to_not_show, task)
console.log('add', key, callback, params, to_not_show, task)
if !task if !task
task = new App.Taskbar task = new App.Taskbar
task.load( task.load(
@ -336,7 +335,6 @@ class _taskManagerSingleton extends App.Controller
# check if update is still in process # check if update is still in process
if @tasksToUpdate[ task.key ] is 'inProgress' if @tasksToUpdate[ task.key ] is 'inProgress'
console.log( 'DESTROY', task, @tasksToUpdate[ task.key ], task.key)
@delay( @delay(
=> @taskDestroy(task) => @taskDestroy(task)
800 800