Skip to content

Commit 0c423c9

Browse files
authored
remove redundant return statement (#1394)
* comment out redundant return; * remove redundant return
1 parent e3a5a52 commit 0c423c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gun.js

-1
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,6 @@
12121212
//if(!map || !(tmp = map[at]) || !(tmp = tmp.at)){ return }
12131213
if(tmp = (seen = this.seen || (this.seen = {}))[at]){ return true }
12141214
seen[at] = true;
1215-
return;
12161215
//tmp.echo[cat.id] = {}; // TODO: Warning: This unsubscribes ALL of this chain's listeners from this link, not just the one callback event.
12171216
//obj.del(map, at); // TODO: Warning: This unsubscribes ALL of this chain's listeners from this link, not just the one callback event.
12181217
return;

0 commit comments

Comments
 (0)