From b045381d2d9418d9fbe823dbdb1eb531591b60c4 Mon Sep 17 00:00:00 2001 From: Ryan Lue Date: Wed, 20 Feb 2019 16:06:38 +0800 Subject: [PATCH] Remove debugging cruft (call to console.log) --- .../app/controllers/_application_controller_form.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/app/controllers/_application_controller_form.coffee b/app/assets/javascripts/app/controllers/_application_controller_form.coffee index 380c36b23..3f5429b7b 100644 --- a/app/assets/javascripts/app/controllers/_application_controller_form.coffee +++ b/app/assets/javascripts/app/controllers/_application_controller_form.coffee @@ -640,7 +640,6 @@ class App.ControllerForm extends App.Controller if lookupForm && type is 'form' if lookupForm.is('button, input, select, textarea, div, span') - console.log(2) App.Log.debug 'ControllerForm', 'disable item...', lookupForm lookupForm.prop('readonly', true) lookupForm.prop('disabled', true)