mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
remove useless console output
This commit is contained in:
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
Block a user