Skip to content

Commit c79d450

Browse files
committed
remove debug print
1 parent d910538 commit c79d450

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nasdaqdatalink/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def get_retries():
8080
def get_session():
8181
global session
8282
if session is None:
83-
print("initialized")
8483
session = requests.Session()
8584
adapter = HTTPAdapter(max_retries=get_retries())
8685
session.mount(ApiConfig.api_protocol, adapter)

0 commit comments

Comments
 (0)