Removed unneeded console.logs (#131)

Co-authored-by: mikolaj widla <mikolaj.widla@gmail.com>
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #131
This commit is contained in:
2023-03-24 09:32:22 +01:00
parent 9265c0a051
commit 994804b640
8 changed files with 42 additions and 74 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,13 +92,11 @@
}
processTooltip();
// console.log("clock");
//
})
}
function processTooltip() {
console.log("processTooltip");
if (getProcessor() == "xalan") {
document.getElementById("tooltipFunctionInfo").innerText = "XSLT 1.0 functions";