From 971bea53d6b5cf8ad35a978f4025fe0ac9ea3350 Mon Sep 17 00:00:00 2001 From: Aaron Bentley Date: Mon, 3 Apr 2006 15:40:04 -0400 Subject: [PATCH] Removed debugging code --- libbe/bugdir.py | 1 - 1 file changed, 1 deletion(-) 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] -- 2.26.2