Remove debug message
This commit is contained in:
parent
e97d4a73b3
commit
36e8d2dc0b
1 changed files with 0 additions and 2 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue