From 008f62b026c59a4f9232dbda3ec9540a0f930fbd Mon Sep 17 00:00:00 2001 From: Gee Date: Sat, 5 Feb 2005 07:32:06 +0000 Subject: [PATCH] Removed temporary log output This was SVN commit r1906. --- source/gui/CInput.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/gui/CInput.cpp b/source/gui/CInput.cpp index 28caa19ce1..ed916bf95e 100755 --- a/source/gui/CInput.cpp +++ b/source/gui/CInput.cpp @@ -973,7 +973,6 @@ void CInput::Draw() void CInput::UpdateText(int from, int to_before, int to_after) { - LOG(ERROR, LOG_CATEGORY, "1"); CStrW caption; CStr font_name; float buffer_zone; @@ -999,7 +998,6 @@ void CInput::UpdateText(int from, int to_before, int to_after) if (to_before == -1) to = caption.Length(); - LOG(ERROR, LOG_CATEGORY, "2 %s", font_name.c_str()); CFont *font=NULL; font = new CFont(font_name);