From: Jeremy Kerr Date: Sat, 23 Aug 2008 03:38:34 +0000 (+0800) Subject: Remove 'action: ' print output X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=commitdiff_plain;h=9708947752e828735cc92b82c624fbbabd0eb8de Remove 'action: ' print output Signed-off-by: Jeremy Kerr --- 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: