summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2020-06-05 13:12:15 +0200
committerJaroslav Kysela <perex@perex.cz>2020-06-05 13:12:15 +0200
commit409cea07599806e8dbe7d78404349afdcef80ac3 (patch)
tree8b7975d1ab4955e4cf3df0f412f35fdecae633eb
parentf3597737defe495f9c618b12507c9528c0ade1ee (diff)
downloadalsa-lib-409cea07599806e8dbe7d78404349afdcef80ac3.tar.gz
conf: remove debug printf() in snd_config_hook_load()
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--src/conf.c1
1 files changed, 0 insertions, 1 deletions
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;