Skip to content

Commit cbfb3ca

Browse files
committed
cleanup
1 parent 6c377b1 commit cbfb3ca

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

packages/cubejs-api-gateway/src/gateway.ts

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -391,32 +391,7 @@ class ApiGateway {
391391
try {
392392
await this.assertApiScope('data', req.context?.securityContext);
393393

394-
// this.log({
395-
// type: 'Load Request',
396-
// query: {
397-
// sql: query,
398-
// },
399-
// apiType: 'sql',
400-
// streaming: true
401-
// }, req.context);
402-
403394
await this.sqlServer.execSql(req.body.query, res, req.context?.securityContext);
404-
405-
// this.log(
406-
// {
407-
// type: 'Load Request Success',
408-
// query: {
409-
// sql: query,
410-
// },
411-
// duration: this.duration(requestStarted),
412-
// apiType: 'sql',
413-
// isDataQuery: true,
414-
// isPlayground: Boolean(
415-
// req.context?.signedWithPlaygroundAuthSecret
416-
// ),
417-
// },
418-
// req.context,
419-
// );
420395
} catch (e: any) {
421396
this.handleError({
422397
e,

0 commit comments

Comments
 (0)