summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wmamixer.c1
1 files changed, 0 insertions, 1 deletions
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);
}