Removed debugging code
authorAaron Bentley <abentley@panoramicfeedback.com>
Mon, 3 Apr 2006 19:40:04 +0000 (15:40 -0400)
committerAaron Bentley <abentley@panoramicfeedback.com>
Mon, 3 Apr 2006 19:40:04 +0000 (15:40 -0400)
libbe/bugdir.py

index fafd1ac5bddf416b394b85adb795d5bb250e0f10..b680d16c22fad903bcaff59a3a6b5f9f6e0d7de3 100644 (file)
@@ -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]