Remove dead TODO

This commit is contained in:
Rachel Fenichel
2019-08-20 10:45:53 -07:00
committed by GitHub
parent d25c08e209
commit 9dcd38abb8

View File

@@ -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;