Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
leolower authored Jan 21, 2020
1 parent b038fe5 commit 52cc807
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/containers/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ function MakerGovernanceInfo() {
if (loading || gResult.loading || loadingMkrEvent || executivesResponsiveness.length === 0) {
return <FullLoading />
}
console.log(error, 'error')
console.log(gResult.error, 'gResult')
console.log(mkrError, 'mkrError')

if (error || gResult.error || mkrError) {
return <Error />
Expand Down

0 comments on commit 52cc807

Please sign in to comment.