From 0443dfdaf62ebc99e557fe2df06f06a3ba507c28 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Fri, 24 Feb 2012 10:42:28 +0000 Subject: remove debug statement --- alot/settings.py | 1 - 1 file changed, 1 deletion(-) (limited to 'alot') 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) -- cgit v1.2.3