summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-02-28 22:54:15 +0100
committermathieui <mathieui@mathieui.net>2013-02-28 22:54:15 +0100
commitb2aa3abf50c0e940651c7f9a4db25b20a4ec77ce (patch)
treeee09e73f5ce6e8ac6327c189c554cdaf2b7140a7
parent5a0cec9717d94cc1c726a150596467ed894ed51a (diff)
downloadpoezio-b2aa3abf50c0e940651c7f9a4db25b20a4ec77ce.tar.gz
poezio-b2aa3abf50c0e940651c7f9a4db25b20a4ec77ce.tar.bz2
poezio-b2aa3abf50c0e940651c7f9a4db25b20a4ec77ce.tar.xz
poezio-b2aa3abf50c0e940651c7f9a4db25b20a4ec77ce.zip
Remove a debug that floods too much
-rw-r--r--src/tabs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py
index db840911..7fb6aaf6 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -126,7 +126,6 @@ class Tab(object):
@property
def nb(self):
for index, tab in enumerate(self.core.tabs):
- log.debug("%s", tab.__class__)
if tab == self:
return index
return len(self.core.tabs)