diff --git a/wmamixer.c b/wmamixer.c index 0ac48cb..a4c601f 100644 --- a/wmamixer.c +++ b/wmamixer.c @@ -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); }