From: Jaroslav Kysela Date: Fri, 5 Jun 2020 11:12:15 +0000 (+0200) Subject: conf: remove debug printf() in snd_config_hook_load() X-Git-Tag: v1.2.3~13 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=409cea07599806e8dbe7d78404349afdcef80ac3;p=alsa-lib.git conf: remove debug printf() in snd_config_hook_load() Signed-off-by: Jaroslav Kysela --- diff --git a/src/conf.c b/src/conf.c index 3d2a8740..8518f90c 100644 --- a/src/conf.c +++ b/src/conf.c @@ -3942,7 +3942,6 @@ int snd_config_hook_load(snd_config_t *root, snd_config_t *config, snd_config_t *remain = '\0'; remain += 3; } - printf("name2 = '%s', remain = '%s'\n", name2, remain); err = config_file_load_user(root, name2, errors); if (err < 0) goto _err;