Merge pull request #2753 from rachel-fenichel/remove_console_spam

Remove logs from rendering
This commit is contained in:
Rachel Fenichel
2019-07-31 15:55:03 -07:00
committed by GitHub

View File

@@ -127,8 +127,6 @@ Blockly.blockRendering.RenderInfo.prototype.measure_ = function() {
this.alignRowElements_();
this.addRowSpacing_();
this.finalize_();
console.log(this);
};
/**