[IMM32] Silence 'Out of boundary' log-spam

CORE-18852
This commit is contained in:
Katayama Hirofumi MZ 2023-02-26 11:57:44 +09:00
parent 909b165c4a
commit 88b1d89e95

View file

@ -398,10 +398,6 @@ ImmGetCandidateWindow(HIMC hIMC, DWORD dwIndex, LPCANDIDATEFORM lpCandidate)
*lpCandidate = *pCF;
ret = TRUE;
}
else
{
ERR("Out of boundary\n");
}
ImmUnlockIMC(hIMC);
TRACE("ret: %d\n", ret);