Skip to content

Commit 244dabb

Browse files
committed
fix after rebase
1 parent 67a1361 commit 244dabb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -709,9 +709,6 @@ export class DataSchemaCompiler {
709709
return undefined;
710710
}
711711

712-
// We update the yaml file content to the transpiled js content
713-
// and raise related flag so it will go JS transpilation flow afterward
714-
// avoiding costly YAML/Python parsing again.
715712
private async transpileYamlFile(
716713
file: FileContent,
717714
errorsReport: ErrorReporter,

0 commit comments

Comments
 (0)