Remove unnecessary console.log();
This commit is contained in:
		| @@ -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") { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user