We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8ce58 commit 1e5427bCopy full SHA for 1e5427b
packages/cubejs-cubestore-driver/src/CubeStoreQueueDriver.ts
@@ -252,9 +252,6 @@ class CubestoreQueueDriverConnection implements QueueDriverConnectionInterface {
252
const payload = JSON.parse(row.payload);
253
254
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);
258
return Object.assign(payload, JSON.parse(row.extra));
259
}
260
0 commit comments