remove console.log

This commit is contained in:
Andras Bacsai 2022-10-27 20:06:21 +00:00
parent dc2d15fd9c
commit cdb25cd0e9

View File

@ -301,7 +301,6 @@ export async function isDomainConfigured({
},
select: { fqdn: true }
});
console.log({foundApp, foundService})
return !!(foundApp || foundService || coolifyFqdn);
}