diff options
-rw-r--r-- | apps/patchwork/utils.py | 2 |
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: |