Skip to content

Commit 1e5427b

Browse files
committed
chore: drop console.log
1 parent ea8ce58 commit 1e5427b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/cubejs-cubestore-driver/src/CubeStoreQueueDriver.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,6 @@ class CubestoreQueueDriverConnection implements QueueDriverConnectionInterface {
252252
const payload = JSON.parse(row.payload);
253253

254254
if (row.extra) {
255-
console.log(row.extra, typeof row.extra);
256-
console.log(payload, typeof payload);
257-
console.log(row.payload, typeof row.payload);
258255
return Object.assign(payload, JSON.parse(row.extra));
259256
}
260257

0 commit comments

Comments
 (0)