summaryrefslogtreecommitdiff
path: root/baserender.c
diff options
context:
space:
mode:
Diffstat (limited to 'baserender.c')
-rw-r--r--baserender.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/baserender.c b/baserender.c
index f8825090..9753f761 100644
--- a/baserender.c
+++ b/baserender.c
@@ -228,7 +228,6 @@ void cFlatBaseRender::TopBarUpdate(void) {
cImage *img = imgLoader.LoadLogo(*topBarMenuLogo, imageBGWidth, imageBGHeight);
if( img ) {
iconTop += (imageBGHeight - img->Height())/2;
- dsyslog("imgBGWidth: %d imgBGHeight: %d imgWidth: %d imgHeight: %d iconTop: %d", imageBGWidth, imageBGHeight, img->Width(), img->Height(), iconTop);
topBarIconPixmap->DrawImage(cPoint(IconLeft, iconTop), *img);
MenuIconWidth = img->Width()+marginItem*2;
TitleWidthLeft -= MenuIconWidth + marginItem*3;