From f019f7f30a644da94694ecd4b4d643cf89c308ea Mon Sep 17 00:00:00 2001 From: momo5502 Date: Fri, 7 Apr 2023 14:52:08 +0200 Subject: [PATCH] Remove debug print --- src/client/component/profile_infos.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client/component/profile_infos.cpp b/src/client/component/profile_infos.cpp index b72d192f..2badc361 100644 --- a/src/client/component/profile_infos.cpp +++ b/src/client/component/profile_infos.cpp @@ -201,8 +201,6 @@ namespace profile_infos std::optional get_profile_info(const uint64_t user_id) { - printf("Requesting profile info: %llX\n", user_id); - if (user_id == steam::SteamUser()->GetSteamID().bits) { return get_profile_info();