🐳 chore: remove debug messages
This commit is contained in:
parent
26f4b856e1
commit
ae1e2c9823
|
@ -227,9 +227,8 @@ $(function () {
|
||||||
|
|
||||||
// OctoKlipper settings link
|
// OctoKlipper settings link
|
||||||
self.openOctoKlipperSettings = function (profile_type) {
|
self.openOctoKlipperSettings = function (profile_type) {
|
||||||
self.consoleMessage("debug", ": openOctoKlipperSettings :");
|
|
||||||
if (!self.hasRight("CONFIG")) return;
|
if (!self.hasRight("CONFIG")) return;
|
||||||
self.consoleMessage("debug", ": openOctoKlipperSettings : Access okay");
|
|
||||||
$("a#navbar_show_settings").click();
|
$("a#navbar_show_settings").click();
|
||||||
$("li#settings_plugin_klipper_link a").click();
|
$("li#settings_plugin_klipper_link a").click();
|
||||||
if (profile_type) {
|
if (profile_type) {
|
||||||
|
|
Loading…
Reference in New Issue