Skip to content

Commit bf166ea

Browse files
committed
remove tx log
1 parent ce541c2 commit bf166ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets_js_bitrequest_fetchblocks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,6 @@ function insight_fetch_dash(rd, api_data, rdo) {
15841584
const sortlist = sort_by_date(insight_scan_data, all_tx);
15851585
$.each(sortlist, function(dat, value) {
15861586
const txd = insight_scan_data(value, rdo.setconfirmations, rd.address);
1587-
console.log(txd);
15881587
if (txd.transactiontime > rdo.request_timestamp && txd.ccval) {
15891588
txdat = txd;
15901589
if (rdo.source === "list") {

0 commit comments

Comments
 (0)