Commit 34f0bb9
committed
fix: simplify PREDICT_MINMOTOR logic (remove dead code)
Remove nonsensical string parsing of i32 values in PREDICT_MINMOTOR.
Since sysconfig is HashMap<String, i32>, the values are already integers
and don't need comma-separated string parsing.
Addresses CodeRabbit review feedback.1 parent 1dca257 commit 34f0bb9
1 file changed
Lines changed: 2 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
| 222 | + | |
222 | 223 | | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | 224 | | |
235 | 225 | | |
236 | 226 | | |
| |||
0 commit comments