Remove commented ifdef guard

This commit is contained in:
Oliver Ruebel 2020-11-18 01:42:46 -08:00 committed by Gunther H. Weber
parent c18f5bb5f7
commit 6db948c685

@ -339,7 +339,6 @@ int main(int argc, char* argv[])
}
// Redirect stdout to file if we are using MPI with Debugging
//#ifdef DEBUG_PRINT
// From https://www.unix.com/302983597-post2.html
char cstr_filename[255];
std::snprintf(cstr_filename, sizeof(cstr_filename), "cout_%d.log", rank);