Skip to content

Commit

Permalink
Removed debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespeterschinner committed Dec 26, 2017
1 parent f82c407 commit 4d32fc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion async_v20/interface/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ async def wrap(self, *args, **kwargs):

request_args = create_request_kwargs(self, endpoint, arguments)

print(request_args)
await self._request_limiter()

response = self.session.request(**request_args)
Expand Down

0 comments on commit 4d32fc5

Please sign in to comment.