remove dryrun

This commit is contained in:
2024-06-02 09:57:12 +02:00
parent 77b322d47d
commit b1b9870150
2 changed files with 2 additions and 2 deletions

View File

@ -347,7 +347,7 @@ void reHDD::filterIgnoredDrives(list<Drive> *plistDrives)
string systemDrivePath;
if (getSystemDrive(systemDrivePath))
{
Logger::logThis()->info("Found system drive: " + systemDrivePath);
// Logger::logThis()->info("Found system drive: " + systemDrivePath);
list<Drive>::iterator it;
for (it = plistDrives->begin(); it != plistDrives->end(); ++it)