diff --git a/platform/src/Playground.js b/platform/src/Playground.js index 715b4c3..244b26c 100644 --- a/platform/src/Playground.js +++ b/platform/src/Playground.js @@ -872,7 +872,6 @@ function runAction(source, sourceButton) { } else { // No panel with ID so it use as the parameter value const parameterValue = action.parameters[paramName]; - // console.log(`The panel ID starting with ${parameterValue.substring(0,10)}... not found. Using it as a the parameter value for ${paramName}.`); param.type = 'text'; param.value = parameterValue; }