drop a stray printf
This commit is contained in:
parent
fd59506efe
commit
52560ff58a
1 changed files with 0 additions and 1 deletions
|
@ -278,7 +278,6 @@ channels_load(void)
|
||||||
if((name = config_get_str_sub(&ce->ce_sub, "name", NULL)) == NULL)
|
if((name = config_get_str_sub(&ce->ce_sub, "name", NULL)) == NULL)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
printf("Added channel group %s\n", name);
|
|
||||||
channel_group_find(name, 1);
|
channel_group_find(name, 1);
|
||||||
}
|
}
|
||||||
config_free0(&cl);
|
config_free0(&cl);
|
||||||
|
|
Loading…
Add table
Reference in a new issue