Skip to content

Commit

Permalink
clear
Browse files Browse the repository at this point in the history
  • Loading branch information
RusovDmitriy committed Dec 11, 2024
1 parent 1a1b18d commit 412693b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rust/cubestore/cubestore/src/queryplanner/planning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1308,12 +1308,6 @@ fn optimal_index_by_score<'a, T: Iterator<Item = &'a IdRow<Index>>>(
None
};

println!(
"Index score is {:?} {:?}",
i.get_row().get_name(),
index_score
);

let res = Some(i).zip(index_score);
res
})
Expand Down

0 comments on commit 412693b

Please sign in to comment.