alsa: remove debug code

This commit is contained in:
Lennart Poettering 2009-04-19 19:25:42 +02:00
parent 98a25c506e
commit ad2a0ab40b

View file

@ -1832,8 +1832,6 @@ const char* pa_alsa_strerror(int errnum) {
if ((t = PA_STATIC_TLS_GET(cstrerror))) if ((t = PA_STATIC_TLS_GET(cstrerror)))
pa_xfree(t); pa_xfree(t);
errnum = EINVAL;
PA_DEBUG_TRAP;
original = snd_strerror(errnum); original = snd_strerror(errnum);
if (!original) { if (!original) {