This commit is contained in:
2020-06-16 18:10:21 +00:00
parent 41c8058854
commit 655f8e99c3
2 changed files with 18 additions and 17 deletions

View File

@@ -370,7 +370,6 @@ export default {
// Sleep async
//
sleepAsync: function(milliseconds) {
console.log("sleep async");
// eslint-disable-next-line
return new Promise((resolve) => setTimeout(resolve, milliseconds));
}