From 63a5f4be380738044278f56b9eb5665d0c5eb886 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Tue, 3 Jul 2012 16:21:55 +0300 Subject: [PATCH] Removed test code. Ugh. --- Library/MeterString.cpp | 1 - 1 file changed, 1 deletion(-) 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; }