From eb072b74bafaea75d2769b2309e62e7cce3b8871 Mon Sep 17 00:00:00 2001 From: Martin Rys Date: Tue, 24 Dec 2024 23:07:41 +0100 Subject: [PATCH] phazor: Remove accidentally commited debug --- src/phazor/phazor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/phazor/phazor.c b/src/phazor/phazor.c index 9c6fcc95e..5c01e0cb0 100644 --- a/src/phazor/phazor.c +++ b/src/phazor/phazor.c @@ -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();