Removed debug log.
This commit is contained in:
parent
e250680284
commit
fb18f7ee9d
1 changed files with 1 additions and 1 deletions
|
@ -1320,7 +1320,7 @@ class App.ControllerForm extends App.Controller
|
||||||
for key of inputSelectObject
|
for key of inputSelectObject
|
||||||
param[ key ] = inputSelectObject[ key ]
|
param[ key ] = inputSelectObject[ key ]
|
||||||
|
|
||||||
App.Log.log 'ControllerForm', 'notice', 'formParam', form, param
|
#App.Log.log 'ControllerForm', 'notice', 'formParam', form, param
|
||||||
return param
|
return param
|
||||||
|
|
||||||
@formId: ->
|
@formId: ->
|
||||||
|
|
Loading…
Reference in a new issue