Skip to content

Commit

Permalink
refactor: remove unusd variables from test-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
viglucci committed Jun 12, 2022
1 parent 70e04e4 commit 1763bfe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ function strHex(s) {
return a;
}

const numeric = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15];
// const numericChars = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"];
const alphabetNumeric = "abcdefghijklmnopqrstuvqxyz0123456789";

export const hex: any = {};
Expand Down

0 comments on commit 1763bfe

Please sign in to comment.