From 37839c383747ac53c417aad90a20acca89b42da9 Mon Sep 17 00:00:00 2001 From: kreuzerk Date: Wed, 1 May 2024 08:28:15 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20remove=20leftover=20conso?= =?UTF-8?q?le.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/parser/shared/parser/field-decorator.parser.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/parser/shared/parser/field-decorator.parser.ts b/src/parser/shared/parser/field-decorator.parser.ts index 7418663..db04d38 100644 --- a/src/parser/shared/parser/field-decorator.parser.ts +++ b/src/parser/shared/parser/field-decorator.parser.ts @@ -106,7 +106,6 @@ function parseSignalInputsAndModels(ast: ts.SourceFile): NgParselFieldDecorator[ 'CallExpression > Identifier:matches([name="model"], [name="input"]), CallExpression > PropertyAccessExpression > Identifier:matches([name="model"], [name="input"])' ), ][0]?.getText() || ''; - console.log('Decorator', decorator); const initialValue = [ ...tsquery(