diff --git a/src/pretix/plugins/paypal2/payment.py b/src/pretix/plugins/paypal2/payment.py index 09de2d6f3e..3ac5280bea 100644 --- a/src/pretix/plugins/paypal2/payment.py +++ b/src/pretix/plugins/paypal2/payment.py @@ -645,7 +645,7 @@ class PaypalMethod(BasePaymentProvider): def _execute_payment(self, request: HttpRequest, payment: OrderPayment): payment = OrderPayment.objects.select_for_update(of=OF_SELF).get(pk=payment.pk) if payment.state == OrderPayment.PAYMENT_STATE_CONFIRMED: - logger.warning('payment is already confirmed; possible return-view/webhook race-condition') + # payment is already confirmed; possible return-view/webhook race-condition return try: