From 88a7f3d27d8eb6d04e7e59cf8b66b5beb5731d73 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 13 Apr 2012 15:47:18 +0200 Subject: [PATCH] Removed logging. --- .../app/controllers/_application_controller.js.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/controllers/_application_controller.js.coffee b/app/assets/javascripts/app/controllers/_application_controller.js.coffee index 86c16880d..a9879c49e 100644 --- a/app/assets/javascripts/app/controllers/_application_controller.js.coffee +++ b/app/assets/javascripts/app/controllers/_application_controller.js.coffee @@ -76,7 +76,7 @@ class App.Controller extends Spine.Controller # set default value else if 'default' of attribute - @log 'default', attribute.default +# @log 'default', attribute.default attribute.value = attribute.default else attribute.value = ''