Skip to content

Commit

Permalink
removing self debugging
Browse files Browse the repository at this point in the history
Signed-off-by: mgodwan <mgodwan@amazon.com>
  • Loading branch information
mgodwan committed Oct 31, 2023
1 parent 0187ac2 commit ddfdfa9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ public class IndexInputLongArray implements LongArray {
public IndexInputLongArray(long size, RandomAccessInput input) {
this.size = size;
this.input = input;
for (long i = 0; i < size; i ++) {
this.get(i);
}
}

@Override
Expand Down

0 comments on commit ddfdfa9

Please sign in to comment.