Skip to content

Commit dcd6442

Browse files
authored
remove comment
1 parent e80d494 commit dcd6442

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Stats.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@ class Stats {
528528
if (a.module && !b.module) return -1;
529529
if (!a.module && b.module) return 1;
530530
if (a.module && b.module) {
531-
//const cmp = a.module.index - b.module.index;
532531
const cmp = compareId(a.module.id, b.module.id);
533532
if (cmp) return cmp;
534533
}

0 commit comments

Comments
 (0)