#11345 removed console.log
This commit is contained in:
parent
72108c6bea
commit
0e28ed2cb5
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue