Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jul 20, 2018
1 parent e80d494 commit dcd6442
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Stats.js
Expand Up @@ -528,7 +528,6 @@ class Stats {
if (a.module && !b.module) return -1;
if (!a.module && b.module) return 1;
if (a.module && b.module) {
//const cmp = a.module.index - b.module.index;
const cmp = compareId(a.module.id, b.module.id);
if (cmp) return cmp;
}
Expand Down

0 comments on commit dcd6442

Please sign in to comment.