mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Remove console.logs
This commit is contained in:
parent
0ca36a89e3
commit
7723ff461b
@ -174,13 +174,10 @@
|
|||||||
console.log("paytoqs: " + this.paytoqs);
|
console.log("paytoqs: " + this.paytoqs);
|
||||||
if (this.paytoqs === true || this.paytoqs == "query") {
|
if (this.paytoqs === true || this.paytoqs == "query") {
|
||||||
$("#node-input-paytoqs").val("query");
|
$("#node-input-paytoqs").val("query");
|
||||||
console.log("q");
|
|
||||||
} else if (this.paytoqs === "body") {
|
} else if (this.paytoqs === "body") {
|
||||||
$("#node-input-paytoqs").val("body");
|
$("#node-input-paytoqs").val("body");
|
||||||
console.log("b");
|
|
||||||
} else {
|
} else {
|
||||||
$("#node-input-paytoqs").val("ignore");
|
$("#node-input-paytoqs").val("ignore");
|
||||||
console.log("i");
|
|
||||||
}
|
}
|
||||||
if (this.authType) {
|
if (this.authType) {
|
||||||
$('#node-input-useAuth').prop('checked', true);
|
$('#node-input-useAuth').prop('checked', true);
|
||||||
@ -240,8 +237,6 @@
|
|||||||
if (!$("#node-input-useProxy").is(":checked")) {
|
if (!$("#node-input-useProxy").is(":checked")) {
|
||||||
$("#node-input-proxy").val("_ADD_");
|
$("#node-input-proxy").val("_ADD_");
|
||||||
}
|
}
|
||||||
console.log("save - paytoqs " + this.paytoqs);
|
|
||||||
console.log("save - paytoqs " + $("#node-input-paytoqs").val());
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user