Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UCC
uccportal
Commits
08abffcf
Commit
08abffcf
authored
Feb 26, 2019
by
frekk
Browse files
remove unnecessary debug message
parent
906b7ca8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/squarepay/views.py
View file @
08abffcf
...
...
@@ -97,7 +97,6 @@ class MembershipPaymentView(MemberAccessMixin, PaymentFormMixin, DetailView):
return
None
except
MembershipPayment
.
DoesNotExist
as
e
:
# found an unpaid membership, but no payment record exists yet
messages
.
success
(
self
.
request
,
"Created payment record for as-yet unpaid membership"
)
return
create_membership_payment
(
ms
)
return
payment
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment