From 7986a2ff5609fc007d421d04886e6403e128b5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Tue, 21 Jul 2015 18:02:03 +0200 Subject: [PATCH] Remove left over observables that are no longer needed --- .../plugins/softwareupdate/static/js/softwareupdate.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js b/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js index 6e5f2295..36cc7657 100644 --- a/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js +++ b/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js @@ -19,8 +19,6 @@ $(function() { self.workingOutput = undefined; self.loglines = ko.observableArray([]); - self.config_restartCommand = ko.observable(); - self.config_rebootCommand = ko.observable(); self.config_cacheTtl = ko.observable(); self.configurationDialog = $("#settings_plugin_softwareupdate_configurationdialog");