From f7548d5b373ebc8c0e401a1227a9aa40bcbccbe9 Mon Sep 17 00:00:00 2001 From: Roman Dobosz Date: Tue, 3 Feb 2015 20:38:45 +0100 Subject: [PATCH] Removed debug print --- wmamixer.c | 1 - 1 file changed, 1 deletion(-) 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); }