1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

remove quality debugging code

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1263 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2008-09-29 01:38:57 +00:00
parent 7ea81e1913
commit bb74efed2e

View File

@ -65,7 +65,6 @@ int mixer_init(const char *name)
for (i = 0; i < sizeof(devs) / sizeof(const char *); i++) {
if (strcasecmp(devs[i], name) == 0) {
printf("dicks @ %i\n", i);
return i;
}
}