Skip to content

Commit 70e6e92

Browse files
committed
chore: remove outdated comment
1 parent 08f87a6 commit 70e6e92

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cmp/compiler/src/translators/translator-factory.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ export function createTranslator(
120120
config: TranslatorFactoryConfig,
121121
): Translator<any> {
122122
const isDev = process.env.NODE_ENV === "development";
123-
// 1. Try to create LCP translator
124123

125124
// 1. Explicit dev override takes precedence
126125
if (isDev && config.dev?.usePseudotranslator) {

0 commit comments

Comments
 (0)