Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4 from terra-project/feature/clean-print
Browse files Browse the repository at this point in the history
Remove debug print
  • Loading branch information
ouiliame committed Apr 11, 2020
2 parents c3c8d0b + 4ef072b commit 01b2c74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jigu/client/lcd/api/modules/gov.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class GovApi(BaseApi):
def proposals(self) -> Union[ApiResponse, List[Proposal]]:
"""Get all proposals."""
res = self._api_get("/gov/proposals")
print(res)
return project(res, [Proposal.deserialize(p) for p in res])

def proposal(self, proposal_id: int) -> Union[ApiResponse, Proposal]:
Expand Down

0 comments on commit 01b2c74

Please sign in to comment.