summaryrefslogtreecommitdiff
path: root/alot/buffers.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-11-11 23:05:52 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-11-11 23:05:52 +0000
commit474fdd7f3f492c6d10de4140eb16dd1ded8857b6 (patch)
tree403b0b158f781acbcee8af7c6d265dad96dc84c1 /alot/buffers.py
parent09161c18f877903e31fb67292ce4fa8c775d5d78 (diff)
bufferlist love
Diffstat (limited to 'alot/buffers.py')
-rw-r--r--alot/buffers.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/alot/buffers.py b/alot/buffers.py
index fc485a08..7459c98f 100644
--- a/alot/buffers.py
+++ b/alot/buffers.py
@@ -67,8 +67,6 @@ class BufferlistBuffer(Buffer):
return self.ui.buffers.index(b)
def rebuild(self):
- self.ui.logger.debug('BUFFERS')
- self.ui.logger.debug(self.ui.buffers)
if self.isinitialized:
focusposition = self.bufferlist.get_focus()[1]
else: