From eac1e66395a6fe7d4ee14b49fd0008fcfc9e77fa Mon Sep 17 00:00:00 2001 From: Kevin Rode Date: Sun, 3 Jan 2021 23:01:13 -0500 Subject: [PATCH] Removed debug text --- the_prestige.py | 1 - 1 file changed, 1 deletion(-) diff --git a/the_prestige.py b/the_prestige.py index be4b9f4..1d2c766 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -736,7 +736,6 @@ def build_team_embed(team): return embed def vibe_check(vibes): - print(vibes) if vibes < -0.8: vibe_text = "Honestly Terrible" elif vibes < -0.4 and vibes > -0.8: