Don't exit when failing to get valid game details json

This commit is contained in:
Sude 2019-10-24 11:33:13 +03:00
parent 30cdd41d90
commit 60bd888788

View File

@ -112,7 +112,6 @@ Json::Value Website::getGameDetailsJSON(const std::string& gameid)
std::cerr << "DEBUG INFO (Website::getGameDetailsJSON)" << std::endl << json << std::endl;
#endif
std::cout << exc.what();
exit(1);
}
#ifdef DEBUG
std::cerr << "DEBUG INFO (Website::getGameDetailsJSON)" << std::endl << root << std::endl;