Skip to content
Snippets Groups Projects
Commit d5d68516 authored by Lukas Werner's avatar Lukas Werner
Browse files

Removed unnecessary logging

parent e26f537b
Branches
Tags
No related merge requests found
......@@ -147,7 +147,6 @@ void Raytracer::setupView_() {
void Raytracer::setupFilenameRankWidth_() {
int numProcesses = mpi::MPIManager::instance()->numProcesses();
filenameRankWidth_ = int8_c(log10(numProcesses))+1;
WALBERLA_LOG_INFO("filenameRankWidth_: " << int_c(filenameRankWidth_));
}
/*!\brief Generates the filename for output files.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment