CVFD: remove debug output

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1173 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
seife
2011-02-20 16:54:06 +00:00
parent f885463178
commit 98eb3b0774

View File

@@ -366,7 +366,7 @@ void CVFD::showPercentOver(const unsigned char perc, const bool /*perform_update
pp = 0;
else
pp = (int) round((double) perc * (double) 8 / (double) 100);
printf("CVFD::showPercentOver: %d, bar %d\n", (int) perc, pp);
//printf("CVFD::showPercentOver: %d, bar %d\n", (int) perc, pp);
if(pp > 8) pp = 8;
if(pp != percentOver) {
int i;