Skip to content

Commit 2c96921

Browse files
author
pieterjan.eilers
committed
DOMAINS-212: remove outdated comment
1 parent e1fb590 commit 2c96921

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

modules/registrars/realtimeregister/src/Actions/Domains/DomainTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ protected function getOrCreateContact(
6464
protected function createContact(int $clientId, int $contactId, bool $organizationAllowed)
6565
{
6666
$whmcsContact = App::localApi()->getContact($clientId, $contactId);
67-
// If we do not find a match we create a new contact
6867
$rtrContact = ContactService::convertToRtrContact($whmcsContact, $organizationAllowed);
6968
$handle = uniqid(App::registrarConfig()->contactHandlePrefix() ?: '', true);
7069

0 commit comments

Comments
 (0)