Clean up main menu

This commit is contained in:
Such Meme, Many Skill
2020-02-11 17:18:29 +01:00
parent a3b876ea3e
commit c2df3d80dd
2 changed files with 127 additions and 136 deletions

View File

@@ -166,7 +166,7 @@ int del_recursive(char *path){
makestring(path, &localpath);
if ((res = f_opendir(&dir, localpath))){
message(COLOR_RED, "Error during f_opendir: %d", res);
//message(COLOR_RED, "Error during f_opendir: %d", res);
return -1;
}