From 6f5bd864f2d430fc6c07c4eb92c5f0ae1a85b449 Mon Sep 17 00:00:00 2001 From: J-D-K Date: Sat, 22 Sep 2018 16:39:50 -0400 Subject: [PATCH] Remove other thing I missed --- src/file.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/file.cpp b/src/file.cpp index 5b89f3a..a126bbe 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -249,8 +249,7 @@ namespace fs { if(list.isDir(i)) { - std::string newPath = path + list.getItem(i) + "/"; - ui::showMessage(newPath); + std::string newPath = path + list.getItem(i) + "/";s delDir(newPath); std::string delPath = path + list.getItem(i);