From 420f1a62ab4612317f251f26305e86081c60d432 Mon Sep 17 00:00:00 2001 From: Kevin Rode Date: Sun, 3 Jan 2021 22:56:14 -0500 Subject: [PATCH] Remove debug line --- the_prestige.py | 1 - 1 file changed, 1 deletion(-) diff --git a/the_prestige.py b/the_prestige.py index fcc44bb..adaf3ba 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -767,7 +767,6 @@ def build_star_embed(player_json): elif starnum == 0: # why check addhalf twice, amirite embedstring += "⚪️" embed.add_field(name=starkeys[key], value=embedstring, inline=False) - print(player_json) vibes = str(player_json["current_vibe"]) vibes = int(vibes[0]) vibe = vibe_check(vibes)