From d906d0020f57bd9361775e0f96449c90afbb5328 Mon Sep 17 00:00:00 2001 From: Zastian Pretorius <53239525+ZastianPretorius@users.noreply.github.com> Date: Sat, 23 Oct 2021 03:20:15 +0200 Subject: [PATCH] remove usless couts removed all the usless couts --- main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.cpp b/main.cpp index f2db91f..d2382db 100644 --- a/main.cpp +++ b/main.cpp @@ -54,7 +54,6 @@ std::vector readSettings() std::vector declarePaths(std::vector listOfPaths) { typeAndPaths Paths; - std::vector paths; for (int i = 0; i < listOfPaths.size(); i+=3) { listOfPaths[i].pop_back(); @@ -90,7 +89,6 @@ void checkSettingsPaths(std::vector Paths) { if(fs::exists(Paths[i].path)) { - std::cout << "Yes\n"; } else {