diff --git a/Library/MeterString.cpp b/Library/MeterString.cpp index 5252612a..333b5a8f 100644 --- a/Library/MeterString.cpp +++ b/Library/MeterString.cpp @@ -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; }