Skip to content

Commit

Permalink
phazor: Remove accidentally commited debug
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 24, 2024
1 parent 019232a commit eb072b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/phazor/phazor.c
Original file line number Diff line number Diff line change
Expand Up @@ -2427,7 +2427,6 @@ void *main_loop(void *thread_id) {
// }

// Detect when device was unplugged or became unavailable
printf("command is %d, mode is %d, gate is %d\n", device_stopped, called_to_stop_device, signaled_device_unavailable);
if (device_stopped && !called_to_stop_device && !signaled_device_unavailable) {
printf("Device was unplugged/became unavailable.\n");
on_device_unavailable();
Expand Down

0 comments on commit eb072b7

Please sign in to comment.