remove annoying console.log

pull/1/head
ansuz 4 years ago
parent c9dae93c04
commit 106fb5edb4

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

Loading…
Cancel
Save