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_ = {}; } }