diff --git a/lib/radisk.js b/lib/radisk.js index 712b5b7c..ae365dc9 100644 --- a/lib/radisk.js +++ b/lib/radisk.js @@ -231,10 +231,10 @@ r.find(key, function(file){ if((file || (file = opt.code.from)) === info.file){ return } var id = Gun.text.random(3); - console.log("MISLOCATED DATA", id, key, info.file, file); + //console.log("MISLOCATED DATA CORRECTED"); r.save(key, val, function ack(err, ok){ if(err){ r.save(key, val, ack); return } // ad infinitum??? - console.log("MISLOCATED DATA CORRECTED", id); + console.log("MISLOCATED DATA CORRECTED", id, ename(key), ename(info.file), ename(file)); }); }) });