From ae1e2c9823bff6c4c5e7c142ff4aaa8e3d8a099d Mon Sep 17 00:00:00 2001 From: thelastWallE <12502210+thelastWallE@users.noreply.github.com> Date: Sun, 5 Sep 2021 22:26:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:=20remove=20debug=20messag?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- octoprint_klipper/static/js/klipper.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/octoprint_klipper/static/js/klipper.js b/octoprint_klipper/static/js/klipper.js index 867b094..d62b4d6 100644 --- a/octoprint_klipper/static/js/klipper.js +++ b/octoprint_klipper/static/js/klipper.js @@ -227,9 +227,8 @@ $(function () { // OctoKlipper settings link self.openOctoKlipperSettings = function (profile_type) { - self.consoleMessage("debug", ": openOctoKlipperSettings :"); if (!self.hasRight("CONFIG")) return; - self.consoleMessage("debug", ": openOctoKlipperSettings : Access okay"); + $("a#navbar_show_settings").click(); $("li#settings_plugin_klipper_link a").click(); if (profile_type) {