Removed logging.

This commit is contained in:
Martin Edenhofer 2012-04-13 15:47:18 +02:00
parent 0fb883246c
commit 88a7f3d27d

View file

@ -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 = ''