Remove sleep function. Not going to work anyways

This commit is contained in:
Isaac Connor 2021-01-28 15:56:15 -05:00
parent 5a21ebe3ef
commit 5524090a80
1 changed files with 0 additions and 4 deletions

View File

@ -913,7 +913,3 @@ function initThumbAnimation() {
});
}
}
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}