Skip to content

Commit

Permalink
cleanup code
Browse files Browse the repository at this point in the history
Signed-off-by: zenghua <[email protected]>
  • Loading branch information
zenghua committed Sep 2, 2024
1 parent b4c105c commit 3a2394e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,7 @@ public static List<PartitionInfo> applyPartitionFilters(List<PartitionInfo> allP

byte[] jniBytes = jniWrapper.toByteArray();
byte[] filterBytes = partitionFilter.toByteArray();
System.out.println(BUFFER1.size());
tryPutBuffer1(jniBytes);
System.out.println(BUFFER1.size());
tryPutBuffer2(filterBytes);

try {
Expand Down

0 comments on commit 3a2394e

Please sign in to comment.