Turn off debug rendering

This commit is contained in:
Rachel Fenichel
2019-08-16 17:10:06 -07:00
parent 04a77f0ef2
commit ca6e591047

View File

@@ -69,7 +69,8 @@ Blockly.blockRendering.Drawer.prototype.draw_ = function() {
this.pathObject_.inlineSteps = [this.inlinePath_];
this.block_.setPaths_(this.pathObject_);
this.block_.renderingDebugger.drawDebug(this.block_, this.info_);
// Uncomment to enable debug rendering.
// this.block_.renderingDebugger.drawDebug(this.block_, this.info_);
this.recordSizeOnBlock_();
};