remove console.log
This commit is contained in:
parent
dc2d15fd9c
commit
cdb25cd0e9
1 changed files with 0 additions and 1 deletions
|
|
@ -301,7 +301,6 @@ export async function isDomainConfigured({
|
|||
},
|
||||
select: { fqdn: true }
|
||||
});
|
||||
console.log({foundApp, foundService})
|
||||
return !!(foundApp || foundService || coolifyFqdn);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue