Remove unnecessary console.log();

This commit is contained in:
2023-03-24 09:23:51 +01:00
parent 8c39e891a6
commit 4579d27b6a
8 changed files with 49 additions and 57 deletions

View File

@@ -81,7 +81,7 @@
//Handle clicks in whole form and set info in tooltip
setDefaultContent(document.getElementById("xmlArea"), 'Insert XML here');
setDefaultContent(document.getElementById("transformArea"), 'Insert XSD here');
console.log("init");
// refreshTooltip();
processTooltip();
tool.addEventListener('click', event => {
@@ -92,12 +92,12 @@
}
processTooltip();
// console.log("clock");
//
})
}
function processTooltip() {
console.log("processTooltip");
if (getProcessor() == "xalan") {