remove useless code

This commit is contained in:
lebr0nli 2021-08-13 14:59:51 +08:00
parent 35c50b5997
commit 6c3fab7aca
2 changed files with 0 additions and 1 deletions

View file

@ -9,7 +9,6 @@ checkIfNewAccountNeeded();
function checkIfNewAccountNeeded() function checkIfNewAccountNeeded()
{ {
setTimeout(function () { setTimeout(function () {
console.log("test");
// Three cases: Almost out of solutions, not logged in at all, or out of solutions. // Three cases: Almost out of solutions, not logged in at all, or out of solutions.
// Almost out of solutions // Almost out of solutions