Skip to content

Commit 4505dc1

Browse files
author
MaxxRK
committed
remove print
1 parent 1587af0 commit 4505dc1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

firstrade/symbols.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def __init__(self, ft_session: FTSession, account: str, symbol: str):
5555
"""
5656
self.ft_session = ft_session
5757
response = self.ft_session.get(url=urls.quote(account, symbol))
58-
print(response.json())
5958
if response.status_code != 200:
6059
raise QuoteRequestError(response.status_code)
6160
if response.json().get("error", "") != "":

0 commit comments

Comments
 (0)