mirror of https://github.com/node-red/node-red.git
remove useless console output
parent
66f9686e48
commit
7b79d79f84
|
@ -146,7 +146,6 @@ RED.workspaces = (function() {
|
|||
const currentTabs = workspace_tabs.listTabs();
|
||||
let flowCount = 0;
|
||||
currentTabs.forEach(tab => {
|
||||
console.log("; TAB: ", tab);
|
||||
if (RED.nodes.workspace(tab)) {
|
||||
flowCount++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue