From 1ebb3850e9cb842bb36a4c16d5f51760aea47a55 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 20 Sep 2018 10:11:22 +0200 Subject: [PATCH] alsa: remove useless debug --- spa/plugins/alsa/alsa-monitor.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/spa/plugins/alsa/alsa-monitor.c b/spa/plugins/alsa/alsa-monitor.c index af39cb071..01f8e5eae 100644 --- a/spa/plugins/alsa/alsa-monitor.c +++ b/spa/plugins/alsa/alsa-monitor.c @@ -32,7 +32,6 @@ #include #include #include -#include #define NAME "alsa-monitor" @@ -252,8 +251,6 @@ fill_item(struct impl *this, snd_ctl_card_info_t *card_info, spa_pod_builder_pop(builder); *item = spa_pod_builder_pop(builder); - spa_debug_pod(0, NULL, *item); - return 0; }