mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
CComponentsFrmClock: disable non-essential debug output
It was just important to see how the texts are fitted inside
a parent element. It's just a debugging relic.
Origin commit data
------------------
Commit: 8d3f70b112
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-06-26 (Sun, 26 Jun 2016)
This commit is contained in:
@@ -420,7 +420,7 @@ void CComponentsFrmClock::setHeight(const int& h)
|
||||
|
||||
int f_height = cl_font->getHeight();
|
||||
if (h != f_height){
|
||||
dprintf(DEBUG_NORMAL, "\033[33m[CComponentsFrmClock]\t[%s - %d], font height is different than current height [%d], using [%d] ...\033[0m\n", __func__, __LINE__, h, f_height);
|
||||
dprintf(DEBUG_DEBUG, "\033[33m[CComponentsFrmClock]\t[%s - %d], font height is different than current height [%d], using [%d] ...\033[0m\n", __func__, __LINE__, h, f_height);
|
||||
CCDraw::setHeight(f_height);
|
||||
}else
|
||||
CCDraw::setHeight(h);
|
||||
|
Reference in New Issue
Block a user