aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libbe/bugdir.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbe/bugdir.py b/libbe/bugdir.py
index fafd1ac..b680d16 100644
--- a/libbe/bugdir.py
+++ b/libbe/bugdir.py
@@ -388,7 +388,6 @@ def thread_comments(comments):
for child in child_map[comment.uuid]:
child_list.append(recurse_children(child))
return (comment, child_list)
- print top_comments
return [recurse_children(c) for c in top_comments]