comment out redundant return;

This commit is contained in:
brad 2024-12-20 22:13:53 -08:00
parent e3a5a52506
commit f85b161353

2
gun.js
View File

@ -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');