Remove console.log
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 9 Aug 2018 12:00:23 +0000 (08:00 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 9 Aug 2018 12:00:23 +0000 (08:00 -0400)
Remove test code.

views/admin/billing/contact.html

index ae8fcca..94532f5 100644 (file)
@@ -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