Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Update Main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
brian8544 committed Jun 8, 2023
1 parent 211919e commit a7c66f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Main.cpp
Expand Up @@ -11,7 +11,6 @@
std::string CASCADE_FILE_MAIN;
std::string IMAGE_DIR;

// Function to print the current time
// Function to print the current time inline with std::cout
void printCurrentTime()
{
Expand All @@ -23,7 +22,6 @@ void printCurrentTime()
std::cout << buffer << " ";
}


// Function to check if a file has a valid image extension
bool hasValidImageExtension(const std::filesystem::path& path) {
std::string extension = path.extension().string();
Expand Down

0 comments on commit a7c66f2

Please sign in to comment.