remove console.log

fixes #3819
This commit is contained in:
Stephen McLaughlin 2022-08-04 11:05:27 +01:00 committed by GitHub
parent dc7fef6395
commit b008a6a2aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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";