aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/ldn/ldn.cpp
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2022-09-12 22:39:18 +0200
committerFearlessTobi <thm.frey@gmail.com>2022-09-20 19:36:32 +0200
commit4213f1c126afda9c5235c868ded4e7d95438bffc (patch)
treeafc604f144281afbd45ce8a757f1d1fbb020018b /src/core/hle/service/ldn/ldn.cpp
parentaa11d73bba386076973010ba4c60d5b04ba828a3 (diff)
Address some review comments
Diffstat (limited to 'src/core/hle/service/ldn/ldn.cpp')
-rw-r--r--src/core/hle/service/ldn/ldn.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/ldn/ldn.cpp b/src/core/hle/service/ldn/ldn.cpp
index 6537f49cf..ea3e7e55a 100644
--- a/src/core/hle/service/ldn/ldn.cpp
+++ b/src/core/hle/service/ldn/ldn.cpp
@@ -205,8 +205,6 @@ public:
}
void GetIpv4Address(Kernel::HLERequestContext& ctx) {
- LOG_CRITICAL(Service_LDN, "called");
-
const auto network_interface = Network::GetSelectedNetworkInterface();
if (!network_interface) {