Remove debug strings
This commit is contained in:
parent
0b58d406dd
commit
76ab3d5862
@ -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_ = {};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user