From 76ab3d586217f960c87450c0be18c262d87a3d2d Mon Sep 17 00:00:00 2001 From: momo5502 Date: Fri, 30 Sep 2022 19:21:23 +0200 Subject: [PATCH] Remove debug strings --- src/client/component/steam_proxy.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/client/component/steam_proxy.cpp b/src/client/component/steam_proxy.cpp index 133525e5..f0b67e33 100644 --- a/src/client/component/steam_proxy.cpp +++ b/src/client/component/steam_proxy.cpp @@ -155,14 +155,8 @@ namespace steam_proxy map[ids[i]] = std::move(item); } } - catch (std::exception& e) - { - OutputDebugStringA(e.what()); - this->client_ugc_ = {}; - } catch (...) { - OutputDebugStringA("Unk exc"); this->client_ugc_ = {}; } }