Skip to content

Commit 4491f6b

Browse files
committed
remove unused
1 parent a6d8330 commit 4491f6b

File tree

5 files changed

+0
-116
lines changed

5 files changed

+0
-116
lines changed

packages/cubejs-backend-native/src/transpilers.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ pub fn transpile_js(mut cx: FunctionContext) -> JsResult<JsPromise> {
8181
Err(err) => return cx.throw_error(err.to_string()),
8282
};
8383

84-
println!("\ntransform_config {:?}\n", transform_config);
85-
8684
let promise = cx
8785
.task(move || run_transpilers(content, transform_config))
8886
.promise(move |mut cx, res| match res {

packages/cubejs-backend-shared/src/env.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,6 @@ const variables: Record<string, (...args: any) => any> = {
226226
transpilationWorkerThreads: () => get('CUBEJS_TRANSPILATION_WORKER_THREADS')
227227
.default('false')
228228
.asBoolStrict(),
229-
transpilationWorkerThreadsCount: () => get('CUBEJS_TRANSPILATION_WORKER_THREADS_COUNT')
230-
.default('0')
231-
.asInt(),
232229

233230
/** ****************************************************************
234231
* Common db options *

packages/cubejs-schema-compiler/src/compiler/transpilers/LightweightNodeCubeDictionary.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/cubejs-schema-compiler/src/compiler/transpilers/LightweightSymbolResolver.ts

Lines changed: 0 additions & 30 deletions
This file was deleted.

packages/cubejs-schema-compiler/src/compiler/transpilers/transpiler_worker.ts

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)