removed the log string

This commit is contained in:
noah the goodra 2017-02-06 11:27:52 -06:00
parent 507102c99e
commit bfc99850dc

View File

@ -17,7 +17,6 @@ void ClearDNSCache(Interface* self) {
#endif
u32* cmd_buff = Kernel::GetCommandBuffer();
cmd_buff[1] = RESULT_SUCCESS.raw; // No error
LOG_DEBUG(Service_HTTP, "(STUBBED) called");
}
const Interface::FunctionInfo FunctionTable[] = {
{0x00010044, nullptr, "Initialize"},