Skip to content

Commit 3e53a76

Browse files
committed
removed all print statement from main.py
1 parent 511efb1 commit 3e53a76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

getting_data.py

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def get_relic_drop(relic_name):
5252
#print(f"A: {a_rotation}\nB: {b_rotation}\nc: {c_rotation}")
5353
for a in a_rotation:
5454
if updated_relic_name in a.values():
55-
print(gameMode)
5655

5756
item_drop_details = {
5857
"Planet": f"{i}",

0 commit comments

Comments
 (0)