@forge/cli-shared

9.3.0-next.17-experimental-cf2ad4c9.3.0-next.18
out/service/statsig-service.js
~out/service/statsig-service.jsModified
−3
Index: package/out/service/statsig-service.js
===================================================================
--- package/out/service/statsig-service.js
+++ package/out/service/statsig-service.js
@@ -17,11 +17,8 @@
     }
     async isTeamworkGraphProductSupported() {
         return (await this.checkGate('forge-cli-enable-teamwork-graph-product-support')) ?? false;
     }
-    async isShipyardManifestSchemaValidationEnabled() {
-        return (await this.checkGate('should-use-manifest-schema-for-validation')) ?? true;
-    }
     async testForgeCliBundleRuntimeLoaderGate() {
         return (await this.checkGate('forge-cli-bundle-runtime-loader')) ?? false;
     }
     async getDeprecatedRuntimes() {