Drop debug printf gone astray
This commit is contained in:
parent
30963b5e06
commit
6bf1dfdd96
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue