remove annoying console.log

pull/1/head
ansuz 2020-10-23 10:20:24 +05:30
parent 4c206ec101
commit d1e263f0e8
1 changed files with 0 additions and 1 deletions

View File

@ -311,7 +311,6 @@
var args;
var defer = function (delay) {
console.log("setTimeout(stuff, %s)", delay);
// no timeout: run function `f` in `ms` milliseconds
// unless `g` is called again in the meantime
to = setTimeout(function () {