From 93763a5563abe10844ccf0120b34790168059c38 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 (cherry picked from commit 7986a2f) --- .../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 ce72aa29..de7f6c60 100644 --- a/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js +++ b/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js @@ -13,8 +13,6 @@ $(function() { self.currentlyBeingUpdated = []; - self.config_restartCommand = ko.observable(); - self.config_rebootCommand = ko.observable(); self.config_cacheTtl = ko.observable(); self.configurationDialog = $("#settings_plugin_softwareupdate_configurationdialog");