remove dryrun
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user