Skip to content

Commit

Permalink
Remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhofman committed Aug 25, 2018
1 parent 8223100 commit fe4a301
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions modules/xerte/xAPI/xttracking_xapi.js
Expand Up @@ -2860,13 +2860,6 @@ function XTTerminate() {
}
}
}

var start = new Date().getTime();
for (var i = 0; i < 1e7; i++) {
if ((new Date().getTime() - start) > 2000){
break;
}
}
}

function SaveStatement(statement, async) {
Expand Down

0 comments on commit fe4a301

Please sign in to comment.