@wandelbots/wandelbots-js-react-components 2.9.1 → 2.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/wandelbots-js-react-components",
3
- "version": "2.9.1",
3
+ "version": "2.9.2",
4
4
  "description": "React UI toolkit for building applications on top of the Wandelbots platform",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -130,18 +130,6 @@ export class JoggingStore {
130
130
  ),
131
131
  ])
132
132
 
133
- // Setting mode control makes jogging startup slightly faster
134
- // on physical robots
135
- // https://wandelbots.slack.com/archives/C06VA4J59PF/p1725523765976109?thread_ts=1725464963.859559&cid=C06VA4J59PF
136
- try {
137
- await jogger.nova.api.controller.setDefaultMode(
138
- jogger.motionStream.controllerId,
139
- "MODE_CONTROL",
140
- )
141
- } catch (err) {
142
- console.error(err)
143
- }
144
-
145
133
  return new JoggingStore(
146
134
  jogger,
147
135
  motionGroupSpec,