projects
/
WP-Plugins
/
glm-member-db-billing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40a8a42
)
Remove console.log
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 9 Aug 2018 12:00:23 +0000
(08:00 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 9 Aug 2018 12:00:23 +0000
(08:00 -0400)
Remove test code.
views/admin/billing/contact.html
patch
|
blob
|
history
diff --git
a/views/admin/billing/contact.html
b/views/admin/billing/contact.html
index
ae8fcca
..
94532f5
100644
(file)
--- 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