diff --git a/2023/CU_config.js b/2023/CU_config.js
index 4255d49ba..7a932110f 100644
--- a/2023/CU_config.js
+++ b/2023/CU_config.js
@@ -154,17 +154,6 @@ var config_data = `
}
],
"postmatch": [
- { "name": "Driver Skill",
- "code": "ds",
- "type": "radio",
- "choices": {
- "n": "Not Effective
",
- "a": "Average
",
- "v": "Very Effective
",
- "x": "Not Observed"
- },
- "defaultValue": "x"
- },
{ "name": "Links Scored",
"code": "ls",
"type": "counter"
@@ -185,18 +174,6 @@ var config_data = `
"code": "sd",
"type": "bool"
},
- { "name": "Speed Rating",
- "code": "sr",
- "type": "radio",
- "choices": {
- "1": "1 (slow)
",
- "2": "2
",
- "3": "3
",
- "4": "4
",
- "5": "5 (fast)"
- },
- "defaultValue":"3"
- },
{ "name": "Died/Immobilized",
"code": "die",
"type": "bool"
@@ -209,16 +186,11 @@ var config_data = `
"code": "dc",
"type": "bool"
},
- { "name": "Make good
alliance partner?",
- "tooltip": "Would you want this robot on your alliance in eliminations?",
- "code": "all",
- "type": "bool"
- },
{ "name": "Comments",
"code": "co",
"type": "text",
"size": 15,
- "maxSize": 50
+ "maxSize": 100
}
]
}`;