mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Don't dump the whole store json to the console
This commit is contained in:
parent
bc6ecb8ef6
commit
4e41531dd6
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ void StoreScreen::update(InputState &input) {
|
|||
if (listing_->ResultCode() == 200) {
|
||||
std::string listingJson;
|
||||
listing_->buffer().TakeAll(&listingJson);
|
||||
printf("%s\n", listingJson.c_str());
|
||||
// printf("%s\n", listingJson.c_str());
|
||||
loading_ = false;
|
||||
|
||||
ParseListing(listingJson);
|
||||
|
|
Loading…
Add table
Reference in a new issue