summaryrefslogtreecommitdiffstats
path: root/apps/patchwork
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-08-23 11:38:34 +0800
committerJeremy Kerr <jk@ozlabs.org>2008-08-23 11:38:34 +0800
commit9708947752e828735cc92b82c624fbbabd0eb8de (patch)
treef6244322c09c7ecd90940dad82351c0660ed1e93 /apps/patchwork
parent04e51503f690626118e8071cd5f8f7afd9ad4cf1 (diff)
downloadpatchwork-9708947752e828735cc92b82c624fbbabd0eb8de.tar.bz2
patchwork-9708947752e828735cc92b82c624fbbabd0eb8de.tar.xz
Remove 'action: ' print output
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'apps/patchwork')
-rw-r--r--apps/patchwork/utils.py2
1 files changed, 0 insertions, 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: