From 9708947752e828735cc92b82c624fbbabd0eb8de Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Sat, 23 Aug 2008 11:38:34 +0800 Subject: [PATCH] Remove 'action: ' print output Signed-off-by: Jeremy Kerr --- apps/patchwork/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/patchwork/utils.py b/apps/patchwork/utils.py index 76679c3..ba8349a 100644 --- a/apps/patchwork/utils.py +++ b/apps/patchwork/utils.py @@ -142,8 +142,6 @@ def set_patches(user, project, action, data, patches, context): str = '' - print "action: ", action - # this may be a bundle action, which doesn't modify a patch. in this # case, don't require a valid form, or patch editing permissions if action in bundle_actions: -- 2.39.2