mirror of https://github.com/node-red/node-red.git
Merge pull request #3820 from node-red/remove-console-log-subflow-js
remove console.logpull/3830/head
commit
65cacb39d2
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue