Skip to content

Commit c7a09b7

Browse files
committed
Update utils.ts
1 parent 908cf99 commit c7a09b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/data/utils/utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,6 @@ export const sortByWin = (profiles: MP[], descending: boolean): MP[] => {
235235
const sorted = sortAB(aPercent, bPercent);
236236
return descending ? -sorted : sorted;
237237
});
238-
console.log(profiles.length);
239-
console.log(sorted.length);
240238
return sorted;
241239
};
242240

0 commit comments

Comments
 (0)