We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc6f10 commit 73dd25cCopy full SHA for 73dd25c
src/shared/experience/expSite.ts
@@ -95,15 +95,6 @@ export class ExperienceSite {
95
return experienceSites;
96
}
97
98
- /**
99
- * Steps to init:
100
- * 1) Verify the site is an actual site within this organization
101
- * 2) Verify and output specific message if wrong site type is selected
102
- * 2) Verify that site has been published with Local Dev perm enabled (i.e. a static resource exists for this site name)
103
- * 3) Establish sid token for proxied requests
104
- */
105
- // public async init(): Promise<void> {}
106
-
107
/**
108
* Esablish a valid token for this local development session
109
*
0 commit comments