- Remove console.log debug lines

This commit is contained in:
2024-11-21 11:16:04 -07:00
parent c0c40910ae
commit 12d4a40cf4
2 changed files with 0 additions and 4 deletions

View File

@@ -36,7 +36,6 @@
},
oneditprepare: function() {
let server_types = null;
console.log("THIS:", this);
if(typeof this.strip_colors === "undefined") {
this.strip_colors = true;
$("#node-input-strip_colors").prop('checked', true);