Skip to content

Commit 8adfda3

Browse files
committed
Remove console log
1 parent 50cdfc4 commit 8adfda3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/inline-edit/inline-edit.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export default class ZnInlineEdit extends ZincElement implements ZincFormControl
6262
@defaultValue('value') defaultValue: string;
6363

6464
get validity(): ValidityState {
65-
console.log('input', this.input);
6665
return this.input.validity;
6766
}
6867

0 commit comments

Comments
 (0)