mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
delete console.log artefact
This commit is contained in:
parent
aed2b8e46d
commit
455f2dc800
@ -923,7 +923,6 @@ RED.subflow = (function() {
|
|||||||
|
|
||||||
|
|
||||||
function buildEnvUIRow(row, tenv, ui, node) {
|
function buildEnvUIRow(row, tenv, ui, node) {
|
||||||
console.log(tenv, ui)
|
|
||||||
ui.label = ui.label||{};
|
ui.label = ui.label||{};
|
||||||
if ((tenv.type === "cred" || (tenv.parent && tenv.parent.type === "cred")) && !ui.type) {
|
if ((tenv.type === "cred" || (tenv.parent && tenv.parent.type === "cred")) && !ui.type) {
|
||||||
ui.type = "cred";
|
ui.type = "cred";
|
||||||
|
Loading…
Reference in New Issue
Block a user