Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 3409105

Browse files
Merge pull request #22 from dominikgrygiel/master-2
Remove print statements
2 parents 1278423 + 1e04c2f commit 3409105

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

thetadata/client.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -742,8 +742,7 @@ def get_hist_option_REST(
742742
t2 = time.time()
743743
df = parse_flexible_REST(response)
744744
t3 = time.time()
745-
print(f'time for request.get: {t2-t1}')
746-
print(f'time for parse_flexible_REST(): {t3-t2}')
745+
747746
return df
748747

749748
def get_opt_at_time(

0 commit comments

Comments
 (0)