Skip to content

Commit

Permalink
Remove unnecessary call to print
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacob committed Jan 4, 2024
1 parent 446b9ff commit dcacf6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tiny_api_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ def request_wrapper(self: Any, /,
:param list args: Passed to the function being wrapped
:param dict kwargs: Any kwargs are passed to requests
"""
print(kwargs)
response = make_api_call(method, self, endpoint, **kwargs)
return func(self, response, *args)
return request_wrapper
Expand Down

0 comments on commit dcacf6e

Please sign in to comment.