Browse Source

remove log

pull/61/head
Phillip Lang Martinez 2 years ago
parent
commit
66a3f52e11
  1. 2
      qortal-ui-plugins/plugins/core/sponsorship-list/sponsorship-list.src.js

2
qortal-ui-plugins/plugins/core/sponsorship-list/sponsorship-list.src.js

@ -28,7 +28,7 @@ async function* countDown(count, callback) {
yield count--; yield count--;
await new Promise((r) => setTimeout(r, 1000)); await new Promise((r) => setTimeout(r, 1000));
if(count === 0){ if(count === 0){
console.log('hello call')
callback() callback()
} }
} }

Loading…
Cancel
Save