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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user