Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 6a34c46

Browse files
Removed print from client.py
1 parent 6692375 commit 6a34c46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

multisafepay/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def validate_api_key(api_key):
3535
return api_key
3636

3737
def execute_http_call(self, http_method, endpoint, data=None, **kwargs):
38-
print(self.api_url)
3938
response = requests.request(http_method,
4039
url='{0}/{1}'.format(self.api_url, endpoint),
4140
headers={'api_key':'{api_key}'.format(

0 commit comments

Comments
 (0)