Skip to content

Commit f3800fa

Browse files
committed
fix: remove stray debugging
1 parent 1f7ef0f commit f3800fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

users/halcyon_modules/splitkb/halcyon.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ void housekeeping_task_kb(void) {
135135
}
136136

137137
report_mouse_t pointing_device_task_combined_kb(report_mouse_t left_report, report_mouse_t right_report) {
138-
uprintf("Pointing device status %d", pointing_device_get_status());
139138
// Only runs on master
140139
// Fixes the following bug: If master is right and master is NOT a cirque trackpad, the inputs would be inverted.
141140
if(module != hlc_cirque_trackpad && !is_keyboard_left()) {

0 commit comments

Comments
 (0)