mirror of https://github.com/node-red/node-red.git
Remove rogue console.log
parent
7d9b90a1f3
commit
d125ecc671
|
@ -90,7 +90,6 @@ RED.workspaces = (function() {
|
|||
node: workspace,
|
||||
dirty: RED.nodes.dirty()
|
||||
}
|
||||
console.log(workspace);
|
||||
RED.history.push(historyEvent);
|
||||
workspace_tabs.renameTab(workspace.id,label);
|
||||
RED.nodes.dirty(true);
|
||||
|
|
Loading…
Reference in New Issue