Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
douira committed Dec 11, 2023
1 parent 8268ef6 commit 1409949
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ static int[] compressIndexes(IntArrayList indexes) {
compressed[outputIndex++] = gatherInt;
}

System.out.println("Compressed " + indexes.size() + " indexes to " + size + " ints, compression ratio "
+ (indexes.size() / size));
// System.out.println("Compressed " + indexes.size() + " indexes to " + size + " ints, compression ratio "
// + (indexes.size() / size));
return compressed;
}

Expand Down

0 comments on commit 1409949

Please sign in to comment.