|
From: <bre...@us...> - 2008-09-29 01:39:08
|
Revision: 1263
http://conky.svn.sourceforge.net/conky/?rev=1263&view=rev
Author: brenden1
Date: 2008-09-29 01:38:57 +0000 (Mon, 29 Sep 2008)
Log Message:
-----------
remove quality debugging code
Modified Paths:
--------------
trunk/conky1/src/mixer.c
Modified: trunk/conky1/src/mixer.c
===================================================================
--- trunk/conky1/src/mixer.c 2008-09-29 01:37:33 UTC (rev 1262)
+++ trunk/conky1/src/mixer.c 2008-09-29 01:38:57 UTC (rev 1263)
@@ -65,7 +65,6 @@
for (i = 0; i < sizeof(devs) / sizeof(const char *); i++) {
if (strcasecmp(devs[i], name) == 0) {
- printf("dicks @ %i\n", i);
return i;
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|