diff --git a/gun.js b/gun.js index 5d8b5eb7..9c7dca0d 100644 --- a/gun.js +++ b/gun.js @@ -419,7 +419,7 @@ // TODO: consider tagging original message into dup for DAM. var ctx = msg._||{}, DBG = ctx.DBG = msg.DBG; DBG && (DBG.g = +new Date); - console.log("GET:", get, node, has); + //console.log("GET:", get, node, has); if(!node){ return root.on('get', msg) } if(has){ if('string' != typeof has || u === node[has]){ return root.on('get', msg) }