Commit 2616019a authored by Joel Collins's avatar Joel Collins
Browse files

Removed broken updateSettings call

parent c055872c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -99,8 +99,6 @@ export default {

    onRecalibrateResponse: function() {
      this.modalNotify("Finished recalibration.");
      // Update local settings
      this.updateSettings();
    },

    onRecalibrateError: function(error) {