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 | dedicated_room: fix token padding ... (diff) | |
download | yuzu-4213f1c126afda9c5235c868ded4e7d95438bffc.tar yuzu-4213f1c126afda9c5235c868ded4e7d95438bffc.tar.gz yuzu-4213f1c126afda9c5235c868ded4e7d95438bffc.tar.bz2 yuzu-4213f1c126afda9c5235c868ded4e7d95438bffc.tar.lz yuzu-4213f1c126afda9c5235c868ded4e7d95438bffc.tar.xz yuzu-4213f1c126afda9c5235c868ded4e7d95438bffc.tar.zst yuzu-4213f1c126afda9c5235c868ded4e7d95438bffc.zip |
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) { |