Remove debug message

This commit is contained in:
Epicpkmn11
2019-11-06 14:22:58 -06:00
parent e97d4a73b3
commit 36e8d2dc0b
-2
View File
@@ -85,8 +85,6 @@ void findExistingFiles(nlohmann::json &json) {
for(uint i=0;i<json.size();i++) {
for(uint j=0;j<current.size();j++) {
DisplayMsg(std::string(current[j]["title"])+":"+std::to_string(i)+":"+std::to_string(j));
for(int i=0;i<10;i++) gspWaitForVBlank();
if(current[j]["title"] == json[i]["title"]) {
Gui::DrawString(0, 0, .5f, WHITE, json[i]["title"]);
json[i]["curRevision"] = current[j]["revision"];