summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-12-11 11:27:16 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-12-11 11:27:16 +0000
commitbb464eed414805b240a536fc73b6632289cde8ef (patch)
treefe9c8861aea5af6ad6e38300a95d1991a4d38294 /alot
parenta3053a88171c9b6972c293c359244f60920e2fec (diff)
remove unused SearchBuffer.debug
Diffstat (limited to 'alot')
-rw-r--r--alot/buffers.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/alot/buffers.py b/alot/buffers.py
index 359796f7..0cb77805 100644
--- a/alot/buffers.py
+++ b/alot/buffers.py
@@ -188,10 +188,6 @@ class SearchBuffer(Buffer):
#self.threadlist.set_focus(focusposition)
self.body = self.listbox
- def debug(self):
- # TODO: ever used?
- self.ui.logger.debug(self.threadlist.lines)
-
def get_selected_threadline(self):
"""
returns curently focussed :class:`alot.widgets.ThreadlineWidget`