mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15: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)
|
||||
{
|
||||
LOG(LogInfo) << "CREATING FONT (" << mSize << ")";
|
||||
}
|
||||
|
||||
Font::~Font()
|
||||
{
|
||||
LOG(LogInfo) << "~~~DESTROYING FONT (" << mSize << ")";
|
||||
deinit();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue