Removed test code.

Ugh.
This commit is contained in:
Birunthan Mohanathas 2012-07-03 16:21:55 +03:00
parent 8a43e40583
commit 63a5f4be38

View File

@ -548,7 +548,6 @@ bool CMeterString::Update()
Graphics graphics(m_MeterWindow->GetDoubleBuffer());
if (DrawString(graphics, &rect))
{
LogWithArgs(LOG_ERROR, L"%f - %s", (double)rect.Width, m_Name.c_str());
m_W = (int)rect.Width;
m_H = (int)rect.Height;
}