diff --git a/core/renderers/measurables/rows.js b/core/renderers/measurables/rows.js index 7245665a8..c023226ed 100644 --- a/core/renderers/measurables/rows.js +++ b/core/renderers/measurables/rows.js @@ -250,9 +250,6 @@ Blockly.blockRendering.TopRow = function() { /** * The previous connection on the block, if any. - * TODO: Should this be the connection measurable instead? It would add some - * indirection but would mean we aren't mixing connections and connection - * measurables. * @type {Blockly.BlockRendering.PreviousConnection} */ this.connection = null;