- Kill debug spam.

svn path=/trunk/; revision=67857
This commit is contained in:
James Tabor 2015-05-23 07:19:50 +00:00
parent ba9580261a
commit 7c6525d4f5

View file

@ -103,7 +103,7 @@ CaretSystemTimerProc(HWND hwnd,
if (ThreadQueue->CaretInfo->hWnd != hwnd) if (ThreadQueue->CaretInfo->hWnd != hwnd)
{ {
ERR("Not the same caret window!\n"); TRACE("Not the same caret window!\n");
return; return;
} }