Skip to content

Commit

Permalink
delete log
Browse files Browse the repository at this point in the history
  • Loading branch information
zjy365 committed Sep 9, 2024
1 parent 2fb5950 commit 0792e3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions frontend/providers/applaunchpad/src/utils/adapt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,6 @@ export const adaptAppDetail = async (configs: DeployKindsType[]): Promise<AppDet
!domain.endsWith(SEALOS_DOMAIN) &&
!SEALOS_USER_DOMAIN.some((user) => domain.endsWith(user));

console.log(domain, domain.split('.'), isCustomDomain, SEALOS_DOMAIN, SEALOS_USER_DOMAIN);

return {
networkName: ingress?.metadata?.name || '',
portName: item.name || '',
Expand Down
2 changes: 0 additions & 2 deletions frontend/providers/applaunchpad/src/utils/deployYaml2Json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ export const json2Ingress = (data: AppEditType) => {
const result = data.networks
.filter((item) => item.openPublicDomain)
.map((network, i) => {
console.log(network, 'network');

const host = network.customDomain
? network.customDomain
: `${network.publicDomain}.${network.domain}`;
Expand Down

0 comments on commit 0792e3c

Please sign in to comment.