1
0
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:
Hiroyasu Nishiyama 2023-01-30 14:09:01 +09:00
parent 66f9686e48
commit 7b79d79f84

View File

@ -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++;
}