From: Aaron Bentley Date: Mon, 3 Apr 2006 19:40:04 +0000 (-0400) Subject: Removed debugging code X-Git-Tag: 1.0.0~199^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=971bea53d6b5cf8ad35a978f4025fe0ac9ea3350;p=be.git Removed debugging code --- 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]