mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
oops log
This commit is contained in:
parent
c42d2bc23e
commit
8e696e2f5c
2
gun.js
2
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) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user