Remove debugging cruft (call to console.log)
This commit is contained in:
parent
93d2a6a76f
commit
b045381d2d
1 changed files with 0 additions and 1 deletions
|
@ -640,7 +640,6 @@ class App.ControllerForm extends App.Controller
|
||||||
|
|
||||||
if lookupForm && type is 'form'
|
if lookupForm && type is 'form'
|
||||||
if lookupForm.is('button, input, select, textarea, div, span')
|
if lookupForm.is('button, input, select, textarea, div, span')
|
||||||
console.log(2)
|
|
||||||
App.Log.debug 'ControllerForm', 'disable item...', lookupForm
|
App.Log.debug 'ControllerForm', 'disable item...', lookupForm
|
||||||
lookupForm.prop('readonly', true)
|
lookupForm.prop('readonly', true)
|
||||||
lookupForm.prop('disabled', true)
|
lookupForm.prop('disabled', true)
|
||||||
|
|
Loading…
Reference in a new issue