mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#11345 removed console.log
This commit is contained in:
parent
72108c6bea
commit
0e28ed2cb5
@ -1544,10 +1544,7 @@ function changePlugin() {
|
|||||||
|
|
||||||
var pluginDescription = pluginAllData.description;
|
var pluginDescription = pluginAllData.description;
|
||||||
var pluginMacros = pluginAllData.macros;
|
var pluginMacros = pluginAllData.macros;
|
||||||
console.log(pluginAllData.macrosElement);
|
|
||||||
var pluginMacrosElement = JSON.parse(atob(pluginAllData.macrosElement));
|
var pluginMacrosElement = JSON.parse(atob(pluginAllData.macrosElement));
|
||||||
console.log(pluginMacrosElement);
|
|
||||||
|
|
||||||
var displayShow = "none";
|
var displayShow = "none";
|
||||||
if (executionType == EXECUTION_TYPE_NETWORK) {
|
if (executionType == EXECUTION_TYPE_NETWORK) {
|
||||||
displayShow = "none";
|
displayShow = "none";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user