remote_billing: Remove stale comment about ToS in the server flow.

That comment is stale, now we just do a proper tos_consent check, based
on the last. version the user consented to.
This commit is contained in:
Mateusz Mandera 2024-01-12 00:37:42 +01:00 committed by Tim Abbott
parent 63254f18ec
commit a5538636f0
1 changed files with 0 additions and 2 deletions

View File

@ -683,8 +683,6 @@ def remote_billing_legacy_server_from_login_confirmation_link(
remote_server = prereg_object.remote_server
remote_server_uuid = str(remote_server.uuid)
# If this user (identified by email) already did this flow, meaning the have a RemoteServerBillingUser,
# then we don't re-do the ToS consent again.
remote_billing_user = RemoteServerBillingUser.objects.filter(
remote_server=remote_server, email=prereg_object.email
).first()