Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
removed redundant lines
Browse files Browse the repository at this point in the history
  • Loading branch information
chloe-zh committed Dec 16, 2020
1 parent 166d279 commit ce958d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workbench/public/components/Main/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ export class Main extends React.Component<MainProps, MainState> {
}

processQueryResponse(response: any): ResponseDetail<string> {
console.log(response)
if (!response) {
return {
fulfilled: false,
Expand Down

0 comments on commit ce958d2

Please sign in to comment.