Skip to content

Commit a15bbac

Browse files
committed
remove perf logging
1 parent 015a1be commit a15bbac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,9 +759,7 @@ export class DataSchemaCompiler {
759759
compiledFiles[file.fileName] = true;
760760

761761
if (file.convertedToJs) {
762-
const compileJsFileTimer = perfTracker.start('compileJsFile (convertedToJs)');
763762
this.compileJsFile(file, errorsReport);
764-
compileJsFileTimer.end();
765763
} else if (file.fileName.endsWith('.js')) {
766764
this.compileJsFile(file, errorsReport, { doSyntaxCheck });
767765
} else if (file.fileName.endsWith('.yml.jinja') || file.fileName.endsWith('.yaml.jinja') ||

0 commit comments

Comments
 (0)