Skip to content

Commit

Permalink
silence "Unacquiring input device"
Browse files Browse the repository at this point in the history
  • Loading branch information
erique committed Mar 31, 2024
1 parent 85cd69a commit 62a7833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dummy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ static int dummy_acquire(int device_id, int exclusive) {

// Dummy function to release/unacquire an input device
static void dummy_unacquire(int device_id) {
printf("Unacquiring input device %d\n", device_id);
// printf("Unacquiring input device %d\n", device_id);
}

// Dummy function to read input from the device
Expand Down

0 comments on commit 62a7833

Please sign in to comment.