IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 24e3c6eb authored by ralfulrich's avatar ralfulrich
Browse files

less output

parent 43901980
No related branches found
No related tags found
1 merge request!373Less verbose testing
......@@ -130,8 +130,8 @@ public:
}
++p; // next particle
}
CORSIKA_LOG_INFO(fmt::format("ProcessCut::doSecondaries size={} count={}",
vS.getEntries(), count_));
CORSIKA_LOG_DEBUG("ProcessCut::doSecondaries size={} count={}", vS.getEntries(),
count_);
}
int getCount() const { return count_; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment