diff --git a/dzgui/const/enum.py b/dzgui/const/enum.py index 28a4cdf..4e77740 100644 --- a/dzgui/const/enum.py +++ b/dzgui/const/enum.py @@ -76,9 +76,6 @@ class Preferences(EnumWithAttrs): INSTALL = { "key": "auto_install", } - DEBUG = { - "key": "debug", - } DEFAULT = { "key": "default_steam_path", }