mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-29 17:45:38 +00:00
Remove debug messages
This commit is contained in:
parent
56dffeed8c
commit
d781cebfa1
|
@ -71,12 +71,10 @@ void Font::initLibrary()
|
||||||
|
|
||||||
Font::Font(int size) : fontScale(1.0f), mSize(size)
|
Font::Font(int size) : fontScale(1.0f), mSize(size)
|
||||||
{
|
{
|
||||||
LOG(LogInfo) << "CREATING FONT (" << mSize << ")";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Font::~Font()
|
Font::~Font()
|
||||||
{
|
{
|
||||||
LOG(LogInfo) << "~~~DESTROYING FONT (" << mSize << ")";
|
|
||||||
deinit();
|
deinit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue