Remove logs from rendering

This commit is contained in:
Rachel Fenichel
2019-07-31 11:14:24 -07:00
parent bc49bf849c
commit 113c24509b

View File

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