diff options
| author | Roman Dobosz <gryf73@gmail.com> | 2015-02-03 20:38:45 +0100 |
|---|---|---|
| committer | Roman Dobosz <gryf73@gmail.com> | 2015-02-03 20:38:45 +0100 |
| commit | f7548d5b373ebc8c0e401a1227a9aa40bcbccbe9 (patch) | |
| tree | 18620e91ab44ee2d88c919b75a756f665c4c7e25 /wmamixer.c | |
| parent | c95074b48d46cee948f918e92b5925cb0cc608b4 (diff) | |
| download | wmamixer-f7548d5b373ebc8c0e401a1227a9aa40bcbccbe9.tar.gz wmamixer-f7548d5b373ebc8c0e401a1227a9aa40bcbccbe9.tar.bz2 wmamixer-f7548d5b373ebc8c0e401a1227a9aa40bcbccbe9.zip | |
Removed debug print
Diffstat (limited to 'wmamixer.c')
| -rw-r--r-- | wmamixer.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); } |
