summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/settings.py b/alot/settings.py
index 455b34e1..37e550ad 100644
--- a/alot/settings.py
+++ b/alot/settings.py
@@ -294,7 +294,6 @@ class SettingsManager(object):
default_f = self._theme.get_attribute('global', 'tag_focus', colours)
for sec in self._config['tags'].sections:
if re.match(sec, tag):
- logging.debug('sec: %s matches %s' %(sec,tag))
fg = self._config['tags'][sec]['fg'] or default.foreground
bg = self._config['tags'][sec]['bg'] or default.background
normal = urwid.AttrSpec(fg, bg, colours)