CVFD: remove debug output

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1173 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 98eb3b0774
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-20 (Sun, 20 Feb 2011)
This commit is contained in:
Stefan Seyfried
2011-02-20 16:54:06 +00:00
parent bf0c9d86fa
commit 4dafc4e869

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;