Removed broken updateSettings call

This commit is contained in:
Joel Collins 2020-05-27 13:38:40 +01:00
parent c055872cdb
commit 2616019af4

View file

@ -99,8 +99,6 @@ export default {
onRecalibrateResponse: function() {
this.modalNotify("Finished recalibration.");
// Update local settings
this.updateSettings();
},
onRecalibrateError: function(error) {