Skip to content

Commit 9ffb837

Browse files
authored
chore(cube): Remove debug output in integration tests (#10100)
1 parent 90423cb commit 9ffb837

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cubejs-schema-compiler/test/integration/utils/BaseDbRunner.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export class BaseDbRunner {
3030

3131
const res = await this.testQuery(sqlAndParams);
3232
console.log(JSON.stringify(res));
33-
console.log('!!! res', res);
3433

3534
expect(res).toEqual(
3635
expectedResult

0 commit comments

Comments
 (0)