rygel: get rid of forgotten debug trap

This commit is contained in:
Lennart Poettering 2009-04-30 01:39:02 +02:00
parent 93db3cba60
commit 5326f5f3bd

View file

@ -300,8 +300,6 @@ static char *compute_url(struct userdata *u, const char *name) {
for (i = pa_http_protocol_servers(u->http); i; i = pa_strlist_next(i)) { for (i = pa_http_protocol_servers(u->http); i; i = pa_strlist_next(i)) {
pa_parsed_address a; pa_parsed_address a;
PA_DEBUG_TRAP;
if (pa_parse_address(pa_strlist_data(i), &a) >= 0 && if (pa_parse_address(pa_strlist_data(i), &a) >= 0 &&
(a.type == PA_PARSED_ADDRESS_TCP4 || (a.type == PA_PARSED_ADDRESS_TCP4 ||
a.type == PA_PARSED_ADDRESS_TCP6 || a.type == PA_PARSED_ADDRESS_TCP6 ||