diff --git a/gun.js b/gun.js index 27ed4007..77ce2bf1 100644 --- a/gun.js +++ b/gun.js @@ -636,6 +636,7 @@ if(it && opt.age > (now - it.was)){ return } Type.obj.del(dup.s, id); }); + console.log("DUP CLEANUP", +new Date - now); // DELETE THIS!! dup.to = null; }, opt.age + 9); }