emoney: forgot to remove debugging statement

This commit is contained in:
kyoubate-haruka 2024-09-11 15:36:09 +02:00
parent 6dacc8bad3
commit c48520f167

View File

@ -492,8 +492,6 @@ static int WSAAPI hook_getaddrinfo(
goto end;
}
dprintf("getaddrinfo: %s, %s\n", pNodeName, pServiceName);
mbstowcs_s(&wstr_c, NULL, 0, pNodeName, 0);
wstr = malloc(wstr_c * sizeof(wchar_t));