rawts: Remove debug.
This commit is contained in:
parent
41f1c671f0
commit
fa6d71a719
1 changed files with 1 additions and 2 deletions
|
@ -72,13 +72,12 @@ static void
|
|||
rawts_service_save(service_t *t)
|
||||
{
|
||||
htsmsg_t *m = htsmsg_create_map();
|
||||
printf("SAVE %s\n", service_nicename(t));
|
||||
|
||||
pthread_mutex_lock(&t->s_stream_mutex);
|
||||
psi_save_service_settings(m, t);
|
||||
pthread_mutex_unlock(&t->s_stream_mutex);
|
||||
|
||||
htsmsg_print(m);
|
||||
//htsmsg_print(m);
|
||||
htsmsg_destroy(m);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue