From 24f675992a4984c5fac5a38879fccf0fef4b11a0 Mon Sep 17 00:00:00 2001 From: DrFrasierCrane Date: Sun, 6 Jan 2008 09:18:35 +0100 Subject: [PATCH] Removed debug comments. --- straw/FeedListView.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/straw/FeedListView.py b/straw/FeedListView.py index 647b469..f9781e0 100644 --- a/straw/FeedListView.py +++ b/straw/FeedListView.py @@ -341,8 +341,6 @@ class FeedsView(MVP.WidgetView): Verifies if drop path is not within the subree of source path so that we can disallow dropping parent into its own subtree etc. using this check. """ - print "check %s - %s" % (str(source_path), str(drop_path)) - print drop_path[0:len(source_path)] return list(drop_path[0:len(source_path)]) != list(source_path) -- 2.11.4.GIT