Skip to content

Commit

Permalink
removed log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Davo00 committed Oct 26, 2023
1 parent 424572c commit 8b246b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workbench/backend/src/app/query/query.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export class QueryController {
const dto_names = Object.keys(all_dto_versions) as DTOName[]
return await coreApiClient.query(query, dto_names)
.then(x =>{
console.log(x);
return x})
.catch(e => {
throw e;
Expand Down

0 comments on commit 8b246b8

Please sign in to comment.