]> git.ozlabs.org Git - patchwork/commitdiff
Remove 'action: ' print output
authorJeremy Kerr <jk@ozlabs.org>
Sat, 23 Aug 2008 03:38:34 +0000 (11:38 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Sat, 23 Aug 2008 03:38:34 +0000 (11:38 +0800)
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/utils.py

index 76679c39e30fb0d09a6bb22d0440dd40348605da..ba8349a1a037e4eea9c8cdd474b41819802065b6 100644 (file)
@@ -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: