📈 Added analytics on time spent running PoW-stuff

This commit is contained in:
Mawoka
2022-06-23 21:27:03 +02:00
parent 6e04dfc60d
commit 9756aa45af
3 changed files with 14 additions and 2 deletions
-1
View File
@@ -18,7 +18,6 @@
let uppyOpen = false;
const computePOW = async (salt: string) => {
console.log('Called!');
if (pow_salt === undefined) {
return;
}