Removed temporary log output

This was SVN commit r1906.
This commit is contained in:
Gee
2005-02-05 07:32:06 +00:00
parent 5c8ed144ed
commit 008f62b026
-2
View File
@@ -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);