Skip to content

Commit

Permalink
fix: 馃悰 remove leftover console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kreuzerk committed May 1, 2024
1 parent 0a96a07 commit 37839c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser/shared/parser/field-decorator.parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 37839c3

Please sign in to comment.