remove annoying console.log

pull/1/head
ansuz 4 years ago
parent 4c206ec101
commit d1e263f0e8

@ -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 () {

Loading…
Cancel
Save