diff --git a/src/shared/experience/expSite.ts b/src/shared/experience/expSite.ts index 3750142..d578929 100644 --- a/src/shared/experience/expSite.ts +++ b/src/shared/experience/expSite.ts @@ -95,15 +95,6 @@ export class ExperienceSite { return experienceSites; } - /** - * Steps to init: - * 1) Verify the site is an actual site within this organization - * 2) Verify and output specific message if wrong site type is selected - * 2) Verify that site has been published with Local Dev perm enabled (i.e. a static resource exists for this site name) - * 3) Establish sid token for proxied requests - */ - // public async init(): Promise {} - /** * Esablish a valid token for this local development session *