Browse Source

Removed debug info.

Martin Edenhofer 10 years ago
parent
commit
9f6f769de4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/assets/javascripts/app/models/_application_model.js.coffee

+ 1 - 1
app/assets/javascripts/app/models/_application_model.js.coffee

@@ -175,7 +175,7 @@ class App.Model extends Spine.Model
       for attribute in attributes
         attributesNew[ attribute.name ] = attribute
 
-    console.log(attributesNew)
+    #console.log(attributesNew)
     attributesNew
 
   validate: (params = {}) ->