Skip to content

Commit f68317e

Browse files
committed
remove console.log
1 parent 076e299 commit f68317e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/ethplorer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1760,7 +1760,6 @@ Ethplorer = {
17601760
}
17611761
},
17621762
fillValue: function(id, value){
1763-
console.log(id, value);
17641763
var type = $('#' + id).attr('data-type') || 'none';
17651764
var options = $('#' + id).attr('data-options') ? $('#' + id).attr('data-options').split('|') : [];
17661765
switch(type){

0 commit comments

Comments
 (0)