Skip to content

Commit 412693b

Browse files
committed
clear
1 parent 1a1b18d commit 412693b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rust/cubestore/cubestore/src/queryplanner/planning.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,12 +1308,6 @@ fn optimal_index_by_score<'a, T: Iterator<Item = &'a IdRow<Index>>>(
13081308
None
13091309
};
13101310

1311-
println!(
1312-
"Index score is {:?} {:?}",
1313-
i.get_row().get_name(),
1314-
index_score
1315-
);
1316-
13171311
let res = Some(i).zip(index_score);
13181312
res
13191313
})

0 commit comments

Comments
 (0)