drop a stray printf

This commit is contained in:
Andreas Öman 2008-02-10 13:20:53 +00:00
parent fd59506efe
commit 52560ff58a

View file

@ -278,7 +278,6 @@ channels_load(void)
if((name = config_get_str_sub(&ce->ce_sub, "name", NULL)) == NULL)
continue;
printf("Added channel group %s\n", name);
channel_group_find(name, 1);
}
config_free0(&cl);