removed error logging that i left in

This commit is contained in:
Naterfute
2025-10-24 23:30:44 -07:00
parent 28f4a00e46
commit a632aec3e7

View File

@@ -75,18 +75,8 @@ class SubdomainManagementService
// Normalize IP addresses in DNS records
$dnsRecords = $this->normalizeIpAddresses($dnsRecords, $server);
log::error("Dns Stuff", [
"subdomain" => $subdomain,
"domain" => $domain->name,
"dnsRecords" => $dnsRecords,
"provider" => get_class($dnsProvider),
]);
log::error("Test Server", [
"DNS Record" => $newDomain
]);
// Use database transaction for consistency
return DB::transaction(function () use ($server, $domain, $subdomain, $feature, $dnsProvider, $dnsRecords) {
// CRITICAL: Check if server already has an active subdomain (prevents race conditions)
@@ -484,6 +474,7 @@ class SubdomainManagementService
'github',
'gitlab',
'gitea',
'forgejo',
'bitbucket',
'hg',
'svn',