From 9dcd38abb8efb72094ceb6c846cc6b202c260ee3 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Tue, 20 Aug 2019 10:45:53 -0700 Subject: [PATCH] Remove dead TODO --- core/renderers/measurables/rows.js | 3 --- 1 file changed, 3 deletions(-) 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;