This commit is contained in:
@@ -57,12 +57,6 @@ export default {
|
||||
if (parsedValue == this.value) {
|
||||
return;
|
||||
}
|
||||
|
||||
// console.log("PCT CONTROL:", {
|
||||
// parsedValue: parsedValue,
|
||||
// value: this.value
|
||||
// });
|
||||
|
||||
this.$emit("input", parsedValue);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user