Remove debug messages

This commit is contained in:
Aloshi 2013-07-03 03:23:18 -05:00
parent 56dffeed8c
commit d781cebfa1

View file

@ -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();
}