mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
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:
@@ -366,7 +366,7 @@ void CVFD::showPercentOver(const unsigned char perc, const bool /*perform_update
|
|||||||
pp = 0;
|
pp = 0;
|
||||||
else
|
else
|
||||||
pp = (int) round((double) perc * (double) 8 / (double) 100);
|
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 > 8) pp = 8;
|
||||||
if(pp != percentOver) {
|
if(pp != percentOver) {
|
||||||
int i;
|
int i;
|
||||||
|
Reference in New Issue
Block a user