console log deleted
gitea/salix/master This commit looks good Details

This commit is contained in:
Gerard 2019-03-08 07:58:46 +01:00
parent 7e7023c680
commit f5a95d3190
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ export default class InputNumber extends Textfield {
}
validateValue() {
console.log(this.displayControls);
if ((this.validate() !== undefined && !this.validate()) ||
(this.max && this.value > this.max) ||
(this.min && this.value < this.min) ||