mirror of
https://github.com/mrfluffy-dev/fsorter.git
synced 2026-01-17 02:50:33 +00:00
remove usless couts
removed all the usless couts
This commit is contained in:
committed by
GitHub
parent
4548944a3a
commit
d906d0020f
2
main.cpp
2
main.cpp
@@ -54,7 +54,6 @@ std::vector<std::string> readSettings()
|
|||||||
std::vector<typeAndPaths> declarePaths(std::vector<std::string> listOfPaths)
|
std::vector<typeAndPaths> declarePaths(std::vector<std::string> listOfPaths)
|
||||||
{
|
{
|
||||||
typeAndPaths Paths;
|
typeAndPaths Paths;
|
||||||
std::vector<typeAndPaths> paths;
|
|
||||||
for (int i = 0; i < listOfPaths.size(); i+=3)
|
for (int i = 0; i < listOfPaths.size(); i+=3)
|
||||||
{
|
{
|
||||||
listOfPaths[i].pop_back();
|
listOfPaths[i].pop_back();
|
||||||
@@ -90,7 +89,6 @@ void checkSettingsPaths(std::vector<typeAndPaths> Paths)
|
|||||||
{
|
{
|
||||||
if(fs::exists(Paths[i].path))
|
if(fs::exists(Paths[i].path))
|
||||||
{
|
{
|
||||||
std::cout << "Yes\n";
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user