Skip to content

Commit 86ef5a7

Browse files
committed
in work
1 parent 618f846 commit 86ef5a7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/cubejs-schema-compiler/src/compiler/CubeEvaluator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,6 @@ export class CubeEvaluator extends CubeSymbols {
800800

801801
const member = typeMembers[cubeAndName[1]];
802802
if (member === undefined) {
803-
console.log("!!! ", type);
804803
throw new UserError(`'${cubeAndName[1]}' not found for path '${path}'`);
805804
}
806805

rust/cubesqlplanner/cubesqlplanner/src/planner/sql_evaluator/sql_call_builder.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ impl<'a> SqlCallBuilder<'a> {
4646
.map(|path| self.build_dependency(cube_name, path))
4747
.collect::<Result<Vec<_>, _>>()?;
4848

49-
//Self::validate_deps(cube_name, &deps)?;
50-
5149
let filter_params = template_args
5250
.filter_params
5351
.iter()

0 commit comments

Comments
 (0)