summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-10-13 15:14:34 +0200
committermathieui <mathieui@mathieui.net>2012-10-13 15:14:34 +0200
commit1621aa9cfdc5249bb287b8df9fd2f227fd28ced3 (patch)
tree5a86f2c73afb5ffc3290d408308075887a8b21d9 /src/tabs.py
parent61bf29db8ef7741cf1f42ab0a8b65b098864742c (diff)
downloadpoezio-1621aa9cfdc5249bb287b8df9fd2f227fd28ced3.tar.gz
poezio-1621aa9cfdc5249bb287b8df9fd2f227fd28ced3.tar.bz2
poezio-1621aa9cfdc5249bb287b8df9fd2f227fd28ced3.tar.xz
poezio-1621aa9cfdc5249bb287b8df9fd2f227fd28ced3.zip
Add a “debug” attribute to Core
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py
index 83e58695..27f79d9b 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -122,7 +122,6 @@ class Tab(object):
@property
def nb(self):
- log.debug("COUCOU TABS")
for index, tab in enumerate(self.core.tabs):
log.debug("%s", tab.__class__)
if tab == self: