summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pywal/colors.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/pywal/colors.py b/pywal/colors.py
index ddf1899..a87ee4c 100644
--- a/pywal/colors.py
+++ b/pywal/colors.py
@@ -123,12 +123,7 @@ def get(img, light=False, backend="wal", cache_dir=CACHE_DIR, sat=""):
cache_file = os.path.join(*cache_name)
if os.path.isfile(cache_file):
- # Disable logging in theme.file().
- logger = logging.getLogger()
- logger.disabled = True
colors = theme.file(cache_file)
- logger.disabled = False
-
colors["alpha"] = util.Color.alpha_num
logging.info("Found cached colorscheme.")