Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juj committed Aug 19, 2022
1 parent 4aa7bd0 commit c146939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compress_strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ function addNums(arr) {
return out;
}

let numIterations = 10;//0;
let numIterations = 10;

for(var i in stringArrays) {
let strArray = stringArrays[i];
Expand Down

0 comments on commit c146939

Please sign in to comment.