diff options
| author | FearlessTobi <thm.frey@gmail.com> | 2022-09-12 22:39:18 +0200 |
|---|---|---|
| committer | FearlessTobi <thm.frey@gmail.com> | 2022-09-20 19:36:32 +0200 |
| commit | 4213f1c126afda9c5235c868ded4e7d95438bffc (patch) | |
| tree | afc604f144281afbd45ce8a757f1d1fbb020018b /src/core/hle/service/ldn/ldn.cpp | |
| parent | aa11d73bba386076973010ba4c60d5b04ba828a3 (diff) | |
Address some review comments
Diffstat (limited to 'src/core/hle/service/ldn/ldn.cpp')
| -rw-r--r-- | src/core/hle/service/ldn/ldn.cpp | 2 |
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) { |
