From d5e9e4c3b44e797c383687b2491f0ee581df5081 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Fri, 27 Sep 2019 16:38:37 -0700 Subject: [PATCH] Removed TODO. --- tests/mocha/block_test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/mocha/block_test.js b/tests/mocha/block_test.js index 670f3c057..927d91445 100644 --- a/tests/mocha/block_test.js +++ b/tests/mocha/block_test.js @@ -697,8 +697,6 @@ suite('Blocks', function() { }); suite('Programmatic Block Creation', function() { test('Stack', function() { - // TODO: I think this is the recommended method of creating a block - // programmatically? var block = this.workspace.newBlock('stack_block'); this.assertConnectionsEmpty(); block.initSvg();