File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import events from "../../core/events";
77import logging from "../../core/logging" ;
88import utils from "../../core/utils" ;
99
10- const log = logging . getLogger ( "pat-validation" ) ;
11- //log .setLevel(logging.Level.DEBUG);
10+ const logger = logging . getLogger ( "pat-validation" ) ;
11+ //logger .setLevel(logging.Level.DEBUG);
1212
1313export const parser = new Parser ( "validation" ) ;
1414parser . addArgument ( "disable-selector" , "[type=submit], button:not([type=button])" ) ; // Elements which must be disabled if there are errors
@@ -121,7 +121,7 @@ export default Base.extend({
121121 return ;
122122 }
123123
124- log . debug ( `
124+ logger . debug ( `
125125 validity_state.badInput ${ validity_state . badInput }
126126 validity_state.customError ${ validity_state . customError }
127127 validity_state.patternMismatch ${ validity_state . patternMismatch }
You can’t perform that action at this time.
0 commit comments