Removed logging.
This commit is contained in:
parent
0fb883246c
commit
88a7f3d27d
1 changed files with 1 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue