From e77a8319e7e681262c73bdbb1335a708de676e8a Mon Sep 17 00:00:00 2001 From: bradtimmis Date: Sat, 11 Sep 2021 10:09:27 -0400 Subject: Remove placeholder comment --- bot/exts/utilities/color.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bot/exts/utilities/color.py b/bot/exts/utilities/color.py index 9e199dd4..6452d292 100644 --- a/bot/exts/utilities/color.py +++ b/bot/exts/utilities/color.py @@ -194,8 +194,6 @@ class Color(commands.Cog): return all_fields - # if user_color in color_lists: - # # fuzzy match for color @staticmethod def match_color(user_color: str) -> str: """Use fuzzy matching to return a hex color code based on the user's input.""" -- cgit v1.2.3