Skip to content

Commit ba0bbac

Browse files
committed
Merge branch 'main' of github.com:wpilibsuite/systemcore-blocks-interface into pr_from_x_import_y
2 parents da7b984 + a8cd0e5 commit ba0bbac

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/toolbox/test_category.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,6 @@ export function getCategory(): toolboxItems.Category {
2020

2121
addBuiltInFunctionBlocks([printFunction], contents);
2222

23-
contents.push({
24-
kind: 'block',
25-
type: 'mrc_port',
26-
extraState: {
27-
ports: [
28-
{ portType: 'USB Port', portNumber: 1 },
29-
{ portType: 'Expansion Hub Motor Port', portNumber: 2 },
30-
],
31-
},
32-
});
33-
3423
return {
3524
kind: 'category',
3625
name: Blockly.Msg['MRC_CATEGORY_TEST'],

0 commit comments

Comments
 (0)