Skip to content

Commit 8acac06

Browse files
author
Ingeborg Gjerde
committed
remove print
1 parent ef0568c commit 8acac06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/field_manager_api/config/request_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def get_request_handler(url: str, headers: dict):
88

99
# Check if the request was successful
1010
if response.status_code == 200:
11-
print("Request successful!")
11+
# print("Request successful!")
1212
return (
1313
response.json()
1414
) # or response.text, based on the API's response format

0 commit comments

Comments
 (0)