mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
fahhh
This commit is contained in:
@@ -463,7 +463,7 @@ namespace RBX {
|
||||
|
||||
if (itData == result->end()) {
|
||||
std::string msg = response ? *response : "null";
|
||||
FASTLOGS(FLog::DataStore, "Failed to retrieve key %s. Response: %s", key.c_str(), msg.c_str());
|
||||
//FASTLOGS(FLog::DataStore, "Failed to retrieve key %s. Response: %s", key.c_str(), msg.c_str());
|
||||
errorFunction("Failed to retrieve key");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user