remove quality debugging code
authorBrenden Matthews <brenden1@rty.ca>
Mon, 29 Sep 2008 01:38:57 +0000 (01:38 +0000)
committerBrenden Matthews <brenden1@rty.ca>
Mon, 29 Sep 2008 01:38:57 +0000 (01:38 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1263 7f574dfc-610e-0410-a909-a81674777703

src/mixer.c

index fbcfbbd..a483ee5 100644 (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;
                }
        }