Remove console.log statements

This commit is contained in:
kwaroran
2024-03-16 14:41:44 +09:00
parent 527520566d
commit e6f6ef829c
15 changed files with 0 additions and 32 deletions

View File

@@ -236,8 +236,6 @@ export async function strongBan(data:string, bias:{[key:number]:number}) {
}
}
}
console.log('strongBan', performance.now() - performace)
console.log('added', Object.keys(bias).length - length)
localStorage.setItem('strongBan_' + data, JSON.stringify(bias))
return bias
}