Skip to content

Commit b01202e

Browse files
committed
remove comment
1 parent bb5c8f9 commit b01202e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/native_utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function _uniqWith(arr, comparator) {
5353

5454
for (let j = 0; j < result.length; j++) {
5555
if (comparator(current, result[j])) {
56-
continue outer; // Skip to the next iteration of the outer loop
56+
continue outer;
5757
}
5858
}
5959

0 commit comments

Comments
 (0)