mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Remove pdb
This commit is contained in:
parent
fe960c13f5
commit
1131c55129
1 changed files with 0 additions and 1 deletions
|
@ -420,7 +420,6 @@ async def place_order(request, response, id):
|
|||
if user and orderer.id == user.id:
|
||||
# Only send email if order has been placed by the user itself.
|
||||
# Send the emails to everyone in the group.
|
||||
from pdb import set_trace; set_trace()
|
||||
groups = request['groups'].groups
|
||||
if orderer.group_id in groups.keys():
|
||||
for email in groups[orderer.group_id].members:
|
||||
|
|
Loading…
Reference in a new issue