diff options
author | Aaron Bentley <abentley@panoramicfeedback.com> | 2006-04-03 15:40:04 -0400 |
---|---|---|
committer | Aaron Bentley <abentley@panoramicfeedback.com> | 2006-04-03 15:40:04 -0400 |
commit | 971bea53d6b5cf8ad35a978f4025fe0ac9ea3350 (patch) | |
tree | c7e05e1252ef00fe5ebaa335cb4862abd34ae913 /libbe/bugdir.py | |
parent | f02f16f04cd1dd51863886fc29ab85ac6db7e922 (diff) | |
download | bugseverywhere-971bea53d6b5cf8ad35a978f4025fe0ac9ea3350.tar.gz |
Removed debugging code
Diffstat (limited to 'libbe/bugdir.py')
-rw-r--r-- | libbe/bugdir.py | 1 |
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] |