Don't dump the whole store json to the console

This commit is contained in:
Henrik Rydgård 2013-12-05 12:42:42 +01:00
parent bc6ecb8ef6
commit 4e41531dd6

View file

@ -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);