File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
packages/cubejs-api-gateway/src Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments