Browse Source

Removed debug log.

Martin Edenhofer 10 years ago
parent
commit
195315cc7b

+ 1 - 1
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'
 

+ 1 - 1
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