mirror of
https://github.com/dzeiocom/FormManager.git
synced 2025-06-23 15:59:21 +00:00
Removed unused console.log
This commit is contained in:
@ -7,9 +7,10 @@ extends AbstractAttribute {
|
||||
public trigger(): boolean {
|
||||
const regStr = this.input.element.dataset.regex
|
||||
if (!regStr) return true
|
||||
|
||||
const regex = new RegExp(regStr, "g")
|
||||
const test = this.input.getValue() + ""
|
||||
console.log(test)
|
||||
|
||||
return regex.test(test)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user