Remove console warn (#6320)

This commit is contained in:
Shefali Joshi 2023-02-10 13:47:46 -08:00 committed by GitHub
parent e3a69c8856
commit a50960d66c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -583,7 +583,6 @@ export default {
return;
}
console.warn('Unhandled change:', attribute);
this.updateLimitsAndDraw();
},
updateLimitsAndDraw() {