diff --git a/src/core/hle/service/http_c.cpp b/src/core/hle/service/http_c.cpp index 02a92d0f4..5046e531b 100644 --- a/src/core/hle/service/http_c.cpp +++ b/src/core/hle/service/http_c.cpp @@ -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"},