Remove console.log from the nested required checker.
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -7,7 +7,6 @@ define( | ... | @@ -7,7 +7,6 @@ define( |
7 | var Base = { | 7 | var Base = { |
8 | createRequiredChecker: function(label) { | 8 | createRequiredChecker: function(label) { |
9 | return function() { | 9 | return function() { |
10 | console.log(label + ':required'); | ||
11 | return this._isRequired; | 10 | return this._isRequired; |
12 | }; | 11 | }; |
13 | }, | 12 | }, | ... | ... |
-
Please register or sign in to post a comment