mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
alsa: remove useless debug
This commit is contained in:
parent
391643271e
commit
1ebb3850e9
1 changed files with 0 additions and 3 deletions
|
|
@ -32,7 +32,6 @@
|
|||
#include <spa/support/loop.h>
|
||||
#include <spa/support/plugin.h>
|
||||
#include <spa/monitor/monitor.h>
|
||||
#include <spa/debug/pod.h>
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue