remove dialog testing code

This commit is contained in:
nakst 2021-09-25 11:03:20 +01:00
parent 5bd60f593c
commit 33b7dd9dd1
1 changed files with 0 additions and 2 deletions

View File

@ -57,8 +57,6 @@ EsError FSDirRenameItem(Folder *folder, String oldName, String newName) {
EsError FSDirEnumerate(Folder *folder) {
// TODO Recurse mode.
EsSleep(2000);
EsNodeType type;
if (!EsPathExists(STRING(folder->path), &type) || type != ES_NODE_DIRECTORY) {