From: Steve Sutton Date: Thu, 9 Aug 2018 12:00:23 +0000 (-0400) Subject: Remove console.log X-Git-Tag: v1.0.10^2~16 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=0dc38b3e8578fa0804f5cf59786b53993676222a;p=WP-Plugins%2Fglm-member-db-billing.git Remove console.log Remove test code. --- 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