Skip to content

Commit 9a726aa

Browse files
committed
Remove print statement
1 parent 7f08e58 commit 9a726aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

labkey/server_context.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ def __init__(
7979
self._session = requests.Session()
8080
self._session.headers.update({"User-Agent": f"LabKey Python API/{client_version}"})
8181

82-
print(f"User Agent header: LabKey Python API/{client_version}")
83-
8482
if self._use_ssl:
8583
self._scheme = "https://"
8684
if not self._verify_ssl:

0 commit comments

Comments
 (0)