Skip to content

Commit b5e5504

Browse files
less verbose output
1 parent 4c62920 commit b5e5504

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

code/logic/device.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,8 @@ void fossil_io_touch_clear_bindings(void) {
338338

339339
void fossil_io_touch_init(void) {
340340
memset(&touch_manager, 0, sizeof(touch_manager));
341-
fossil_io_printf("[touch] Initialized: bindings cleared\n");
342341
}
343342

344343
void fossil_io_touch_shutdown(void) {
345344
memset(&touch_manager, 0, sizeof(touch_manager));
346-
fossil_io_printf("[touch] Shutdown: bindings released\n");
347345
}

0 commit comments

Comments
 (0)