From: Jeremy Kerr Date: Sat, 23 Aug 2008 03:38:34 +0000 (+0800) Subject: Remove 'action: ' print output X-Git-Tag: v0.9.0~363 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9708947752e828735cc92b82c624fbbabd0eb8de;p=thirdparty%2Fpatchwork.git Remove 'action: ' print output Signed-off-by: Jeremy Kerr --- diff --git a/apps/patchwork/utils.py b/apps/patchwork/utils.py index 76679c39..ba8349a1 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: