Skip to content

Commit ab3afc7

Browse files
committed
WIP: Remove extracted println
1 parent 25d8a3c commit ab3afc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/cubestore/cubestore/src/queryplanner/partition_filter.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ impl PartitionFilter {
2424
let mut r = vec![];
2525
for f in filters {
2626
r = builder.extract_filter(f, r);
27-
println!("Extracted. r = {:?}", r);
2827
}
2928

3029
PartitionFilter { min_max: r }

0 commit comments

Comments
 (0)