aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/bugdir.py
diff options
context:
space:
mode:
authorAaron Bentley <abentley@panoramicfeedback.com>2006-04-03 15:40:04 -0400
committerAaron Bentley <abentley@panoramicfeedback.com>2006-04-03 15:40:04 -0400
commit971bea53d6b5cf8ad35a978f4025fe0ac9ea3350 (patch)
treec7e05e1252ef00fe5ebaa335cb4862abd34ae913 /libbe/bugdir.py
parentf02f16f04cd1dd51863886fc29ab85ac6db7e922 (diff)
downloadbugseverywhere-971bea53d6b5cf8ad35a978f4025fe0ac9ea3350.tar.gz
Removed debugging code
Diffstat (limited to 'libbe/bugdir.py')
-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]