From d125ecc6712475f4a979ac36d68844cb431b6667 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Sat, 4 Jun 2016 00:42:33 +0100 Subject: [PATCH] Remove rogue console.log --- editor/js/ui/workspaces.js | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/js/ui/workspaces.js b/editor/js/ui/workspaces.js index cdf66f939..8cf0e5ce2 100644 --- a/editor/js/ui/workspaces.js +++ b/editor/js/ui/workspaces.js @@ -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);