Skip to content
Snippets Groups Projects
Commit 6fe1fae6 authored by jojohoch's avatar jojohoch
Browse files

[player] Remove console.log()

parent 2b9e087d
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,6 @@ export abstract class TextInputGroupDirective extends ElementFormGroupDirective ...@@ -66,7 +66,6 @@ export abstract class TextInputGroupDirective extends ElementFormGroupDirective
keyboardEvent: KeyboardEvent; keyboardEvent: KeyboardEvent;
inputElement: HTMLInputElement | HTMLTextAreaElement inputElement: HTMLInputElement | HTMLTextAreaElement
}, elementModel: UIElement): void { }, elementModel: UIElement): void {
console.log('checkInputLimitation');
if (elementModel.maxLength && if (elementModel.maxLength &&
elementModel.isLimitedToMaxLength && elementModel.isLimitedToMaxLength &&
event.inputElement.value.length === elementModel.maxLength && event.inputElement.value.length === elementModel.maxLength &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment