From bfc99850dcedfe847ead897aed95d7adcd35a0c3 Mon Sep 17 00:00:00 2001 From: noah the goodra Date: Mon, 6 Feb 2017 11:27:52 -0600 Subject: [PATCH] removed the log string --- src/core/hle/service/http_c.cpp | 1 - 1 file changed, 1 deletion(-) 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"},