From 0dc38b3e8578fa0804f5cf59786b53993676222a Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 9 Aug 2018 08:00:23 -0400 Subject: [PATCH] Remove console.log Remove test code. --- views/admin/billing/contact.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/views/admin/billing/contact.html b/views/admin/billing/contact.html index ae8fcca..94532f5 100644 --- a/views/admin/billing/contact.html +++ b/views/admin/billing/contact.html @@ -347,9 +347,6 @@ jQuery(document).ready(function($){ // If the city name is already in the list then don't add it! var nameFoundInBillingCity = false; $('#billingCity option').each(function(){ - console.log( 'newBillingCityName', newBillingCityName ); - console.log( 'this.value', this.value ); - console.log( 'matches: ', newBillingCityName == this.value ); if ( newBillingCityName == this.value ) { // found the city in list already // Set the select to that value -- 2.17.1