Showing
1 changed file
with
0 additions
and
1 deletions
@@ -422,7 +422,6 @@ export default { | @@ -422,7 +422,6 @@ export default { | ||
422 | }); | 422 | }); |
423 | }, | 423 | }, |
424 | onNumChange({ count, type }) { | 424 | onNumChange({ count, type }) { |
425 | - console.log(count, type, this.addNumError); | ||
426 | if (type === 'add' && this.addNumError) { | 425 | if (type === 'add' && this.addNumError) { |
427 | return; | 426 | return; |
428 | } | 427 | } |
-
Please register or login to post a comment