Merge pull request #3820 from node-red/remove-console-log-subflow-js

remove console.log
This commit is contained in:
Nick O'Leary
2022-08-04 12:56:48 +01:00
committed by GitHub

View File

@@ -932,7 +932,6 @@ RED.subflow = (function() {
function buildEnvUIRow(row, tenv, ui, node) {
console.log(tenv, ui)
ui.label = ui.label||{};
if ((tenv.type === "cred" || (tenv.parent && tenv.parent.type === "cred")) && !ui.type) {
ui.type = "cred";