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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed redundant lines
Browse files Browse the repository at this point in the history
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
@@ -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,

0 comments on commit ce958d2

Please sign in to comment.