1
0
mirror of https://github.com/gryf/wmamixer.git synced 2025-12-17 11:30:21 +01:00

Removed debug print

This commit is contained in:
2015-02-03 20:38:45 +01:00
parent c95074b48d
commit f7548d5b37

View File

@@ -309,7 +309,6 @@ void Selem_set_name(struct Selem *selem, const char *name, short int *count) {
snprintf(new_name, 5, "%s", name);
else {
snprintf(buf, 4, "%s", name);
printf("%s: %s\n", name, buf);
snprintf(new_name, 5, "%s%d", buf, *count);
}