#11345 removed console.log

This commit is contained in:
Daniel Maya 2023-05-25 12:40:32 +02:00
parent 72108c6bea
commit 0e28ed2cb5
1 changed files with 0 additions and 3 deletions

View File

@ -1544,10 +1544,7 @@ function changePlugin() {
var pluginDescription = pluginAllData.description;
var pluginMacros = pluginAllData.macros;
console.log(pluginAllData.macrosElement);
var pluginMacrosElement = JSON.parse(atob(pluginAllData.macrosElement));
console.log(pluginMacrosElement);
var displayShow = "none";
if (executionType == EXECUTION_TYPE_NETWORK) {
displayShow = "none";