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();