delete console.log artefact

This commit is contained in:
Stephen McLaughlin 2022-08-04 12:35:34 +01:00 committed by GitHub
parent aed2b8e46d
commit 455f2dc800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -923,7 +923,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";