audiod: Kill noisy debug message.
[paraslash.git] / audiod.c
index db7ae8a52bed1a7b40a8d2f307a901119ef79091..3cc0921026b3a4980847b7bc5032da5dee3757fe 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -562,11 +562,8 @@ static int open_current_receiver(struct sched *s)
                 * this period begins to avoid restarting the receiver that
                 * belongs to the file just completed.
                 */
-               PARA_CRIT_LOG("->>>>>>>>>>>>>>>>>> no delay\n");
-               if (stat_task->server_stream_start.tv_sec != 0) {
-                       PARA_CRIT_LOG("->>>>>>>>>>>>>>>>>><delay\n");
+               if (stat_task->server_stream_start.tv_sec != 0)
                        return -1;
-               }
        }
        if (tv_diff(now, &afi[cafn].restart_barrier, &diff) < 0) {
                /* avoid busy loop */