Drop debug printf gone astray

This commit is contained in:
Andreas Öman 2010-03-16 20:40:21 +00:00
parent 85fc302882
commit 197af300b9

View file

@ -286,9 +286,6 @@ autorec_record_update(void *opaque, const char *id, htsmsg_t *values,
if((dae = autorec_entry_find(id, maycreate)) == NULL)
return NULL;
printf("autorec_record_update\n");
htsmsg_print(values);
tvh_str_update(&dae->dae_creator, htsmsg_get_str(values, "creator"));
tvh_str_update(&dae->dae_comment, htsmsg_get_str(values, "comment"));