From 742a080e595adf187c089666c9ea57065ee1c879 Mon Sep 17 00:00:00 2001 From: Aleksandr Romanenko Date: Wed, 29 Oct 2025 13:46:20 +0100 Subject: [PATCH] chore(cube): Remove debug output in integration tests --- .../test/integration/utils/BaseDbRunner.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/cubejs-schema-compiler/test/integration/utils/BaseDbRunner.ts b/packages/cubejs-schema-compiler/test/integration/utils/BaseDbRunner.ts index ef1c51b33e59d..80f3259ef4bbb 100644 --- a/packages/cubejs-schema-compiler/test/integration/utils/BaseDbRunner.ts +++ b/packages/cubejs-schema-compiler/test/integration/utils/BaseDbRunner.ts @@ -30,7 +30,6 @@ export class BaseDbRunner { const res = await this.testQuery(sqlAndParams); console.log(JSON.stringify(res)); - console.log('!!! res', res); expect(res).toEqual( expectedResult