summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
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 db534a72..c4615f0c 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -2963,7 +2963,6 @@ class RosterInfoTab(Tab):
while not found_group and pos >= 0:
row = self.roster_win.roster_cache[pos]
pos -= 1
- log.debug(row)
if isinstance(row, RosterGroup):
found_group = True
group = row.name