alsa: remove debug code

This commit is contained in:
Lennart Poettering 2009-04-19 19:25:42 +02:00 committed by Colin Guthrie
parent 2537374770
commit dce6af5fef

View file

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