mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
comment out redundant return;
This commit is contained in:
parent
e3a5a52506
commit
f85b161353
2
gun.js
2
gun.js
@ -1215,7 +1215,7 @@
|
||||
return;
|
||||
//tmp.echo[cat.id] = {}; // TODO: Warning: This unsubscribes ALL of this chain's listeners from this link, not just the one callback event.
|
||||
//obj.del(map, at); // TODO: Warning: This unsubscribes ALL of this chain's listeners from this link, not just the one callback event.
|
||||
return;
|
||||
//return;
|
||||
}
|
||||
var empty = {}, valid = Gun.valid, u;
|
||||
})(USE, './get');
|
||||
|
Loading…
x
Reference in New Issue
Block a user