summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-02-24 10:42:28 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-02-24 10:42:28 +0000
commit0443dfdaf62ebc99e557fe2df06f06a3ba507c28 (patch)
tree06f967c6b776933c97728703d19b0c8d6e485363 /alot
parentb508d2a531487fbffcd3eba43ce8e2c47666d60a (diff)
remove debug statement
Diffstat (limited to 'alot')
-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)