From 168ee80b05081dbb8b9cfc0656d51727d99fa167 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Tue, 26 Feb 2019 16:37:56 -0800 Subject: [PATCH] Removed console log. --- core/workspace_svg.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/workspace_svg.js b/core/workspace_svg.js index 1d9306eea..b13bcacc4 100644 --- a/core/workspace_svg.js +++ b/core/workspace_svg.js @@ -1688,7 +1688,6 @@ Blockly.WorkspaceSvg.prototype.zoom = function(x, y, amount) { */ Blockly.WorkspaceSvg.prototype.zoomCenter = function(type) { var metrics = this.getMetrics(); - console.log(metrics); if (this.flyout_) { // If you want blocks in the center of the view (visible portion of the // workspace) to stay centered when the size of the view decreases (i.e.