Drop debug printf gone astray

This commit is contained in:
Andreas Öman 2009-12-15 17:33:54 +00:00
parent 30963b5e06
commit 6bf1dfdd96

View file

@ -570,9 +570,6 @@ transport_make_nicename(th_transport_t *t)
free(t->tht_nicename);
t->tht_nicename = strdup(buf);
printf("%s -> %s\n", t->tht_identifier, t->tht_nicename);
LIST_FOREACH(st, &t->tht_components, st_link)
transport_stream_make_nicename(t, st);
}