From 4bc9979e6d20d0440c9dd3608fa19f28e6297961 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Thu, 15 Jun 2023 07:54:32 +1000 Subject: [PATCH] Remove debug in customer_edit.js --- app/webroot/js/customer_edit.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/webroot/js/customer_edit.js b/app/webroot/js/customer_edit.js index f99c40aa..a816ca23 100644 --- a/app/webroot/js/customer_edit.js +++ b/app/webroot/js/customer_edit.js @@ -1,8 +1,6 @@ $(function() { - console.log("Hello"); - // Fairly quick and easy way to make this select box editable. Good enough. $("#CustomerPaymentTermsOptions").live('change', function(data) { selectedOption = $("#CustomerPaymentTermsOptions").val();