Skip to content

Commit

Permalink
clean files
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnoble committed Mar 4, 2022
1 parent 182df36 commit 091ce7f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export async function determineIDSlicerRanges(
let counter = 0;

for (let i = 0; i < arrayLength; i += 1) {
// console.log('what counter', counter, keysArray[i])
list[counter].push(keysArray[i]);
counter += 1;

Expand Down

0 comments on commit 091ce7f

Please sign in to comment.