diff --git a/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js b/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js index ed2d2fa9..a4b7e74d 100644 --- a/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js +++ b/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js @@ -13,9 +13,6 @@ $(function() { self.currentlyBeingUpdated = []; - self.octoprintUnconfigured = ko.observable(); - self.octoprintUnreleased = ko.observable(); - self.config_cacheTtl = ko.observable(); self.config_checkoutFolder = ko.observable(); self.config_checkType = ko.observable();