mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Remove rogue console.log
This commit is contained in:
parent
7d9b90a1f3
commit
d125ecc671
@ -90,7 +90,6 @@ RED.workspaces = (function() {
|
|||||||
node: workspace,
|
node: workspace,
|
||||||
dirty: RED.nodes.dirty()
|
dirty: RED.nodes.dirty()
|
||||||
}
|
}
|
||||||
console.log(workspace);
|
|
||||||
RED.history.push(historyEvent);
|
RED.history.push(historyEvent);
|
||||||
workspace_tabs.renameTab(workspace.id,label);
|
workspace_tabs.renameTab(workspace.id,label);
|
||||||
RED.nodes.dirty(true);
|
RED.nodes.dirty(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user