diff --git a/workbench/public/components/Main/main.tsx b/workbench/public/components/Main/main.tsx index 2482d81a8e..ef45f372f4 100644 --- a/workbench/public/components/Main/main.tsx +++ b/workbench/public/components/Main/main.tsx @@ -342,7 +342,6 @@ export class Main extends React.Component { ); Promise.all([responsePromise]).then(([response]) => { - console.log(responsePromise) const results: ResponseDetail[] = response.map(response => this.processQueryResponse(response)); const resultTable: ResponseDetail[] = getQueryResultsForTable(results);