put back commented out code

This commit is contained in:
Kjell Hedsröm 2016-02-16 22:57:02 -07:00
parent fb034e1000
commit 072a7bef93

View File

@ -143,6 +143,6 @@ int main(int argc, char* argv[]) {
}
std::cout << "FINISHED WITH THE TESTING" << std::endl;
// cleaning up
//cleaner.addLogToClean(last_log_file);
cleaner.addLogToClean(last_log_file);
return return_value;
}