mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
conf: remove debug printf() in snd_config_hook_load()
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
f3597737de
commit
409cea0759
1 changed files with 0 additions and 1 deletions
|
|
@ -3942,7 +3942,6 @@ int snd_config_hook_load(snd_config_t *root, snd_config_t *config, snd_config_t
|
||||||
*remain = '\0';
|
*remain = '\0';
|
||||||
remain += 3;
|
remain += 3;
|
||||||
}
|
}
|
||||||
printf("name2 = '%s', remain = '%s'\n", name2, remain);
|
|
||||||
err = config_file_load_user(root, name2, errors);
|
err = config_file_load_user(root, name2, errors);
|
||||||
if (err < 0)
|
if (err < 0)
|
||||||
goto _err;
|
goto _err;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue