Skip to content

Commit 62767a7

Browse files
remove comment
Signed-off-by: Cornelius Claussen <cc@pionix.de>
1 parent 9583e7c commit 62767a7

File tree

1 file changed

+1
-1
lines changed
  • modules/simulation/JsYetiSimulator

1 file changed

+1
-1
lines changed

modules/simulation/JsYetiSimulator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ boot_module(async ({
12431243

12441244
setup.provides.board_support.register.enable((mod, args) => {
12451245
if (args.value) {
1246-
if (mod.current_state === STATE_DISABLED) mod.state = STATE_A; // TODO: is this a bug?
1246+
if (mod.current_state === STATE_DISABLED) mod.state = STATE_A;
12471247
} else mod.current_state = STATE_DISABLED;
12481248
});
12491249

0 commit comments

Comments
 (0)