Skip to content

Commit 8f800da

Browse files
committed
feat(query-ochestrator): Reduce number of cache set for used flag
1 parent e673286 commit 8f800da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/cubejs-query-orchestrator/src/orchestrator/QueryCache.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -927,9 +927,6 @@ export class QueryCache {
927927
}
928928

929929
if (!res) {
930-
console.log('cacheDriver.get', {
931-
redisKey
932-
});
933930
res = await this.cacheDriver.get(redisKey);
934931
}
935932

0 commit comments

Comments
 (0)