Skip to content

Commit 700fb09

Browse files
committed
Remove console.log
1 parent 8e36bf1 commit 700fb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/addressfinder_ent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
for (var i = 1; i <= 6; i++) {
4545
manual.find('input[name*=PostalLine' + i + ']').val(item['postal_line_' + i] || '')
4646
}
47-
console.log(item);
47+
4848
manual.find('input[name*=Suburb]').val(item.suburb || '')
4949
manual.find('input[name*=City]').val(item.city || '')
5050
manual.find('input[name*=Postcode]').val(item.postcode || '')

0 commit comments

Comments
 (0)