diff --git a/compiler/src/userIntents_parser/parseUserIntents.ts b/compiler/src/userIntents_parser/parseUserIntents.ts index 91bd351e053a444f30455530d3a49cdcc56c08d3..1f86fc3df7416f2d492275ae8f6650f852ffd5e8 100644 --- a/compiler/src/userIntents_parser/parseUserIntents.ts +++ b/compiler/src/userIntents_parser/parseUserIntents.ts @@ -135,17 +135,6 @@ class ParseIntent { private initInsightIntent(node: ts.ClassDeclaration, metaInfo: object, transformLog: LogInfo[], filePath: string): void { this.transformLog = transformLog; this.currentNode = node; - if (projectConfig.pkgContextInfo) { - const errorMessage: string = 'Generating standard OHMUrl failed with useNormalizedOHMUrl configuration not set to true. '; - this.transformLog.push({ - type: LogType.ERROR, - message: errorMessage, - pos: this.currentNode.getStart(), - code: '10101027', - description: 'InsightIntent Compiler Error', - solutions: ['Set useNormalizedOHMUrl to true in build-profile.json5'] - }); - } if (!this.isInitCache) { if (projectConfig.cachePath) { const cacheSourceMapPath: string =