remove debugger

This commit is contained in:
sergiuToporjinschi
2022-02-01 22:24:18 +02:00
parent 9bffaf25e0
commit 63eb538cc3
2 changed files with 1 additions and 2 deletions
@@ -89,7 +89,6 @@ $(function () {
}
self.onAllBound = self.onEventConnected = function () {
debugger;
OctoPrint.simpleApiGet("CalibrationTools", "something").done(function (response) {
console.log("CalibrationTools");
self.from_json(response);
@@ -53,7 +53,7 @@
this.restart = function () { OctoPrint.system.executeCommand('core', 'restart') };
this.test = function () {
OctoPrint.simpleApiCommand("CalibrationTools", "TEST").done(function (response) {
OctoPrint.simpleApiCommand("CalibrationTools", "pid_save").done(function (response) {
console.log(response)
}).fail(function (response) {
new PNotify({