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
No related merge requests found
...@@ -130,8 +130,8 @@ public: ...@@ -130,8 +130,8 @@ public:
} }
++p; // next particle ++p; // next particle
} }
CORSIKA_LOG_INFO(fmt::format("ProcessCut::doSecondaries size={} count={}", CORSIKA_LOG_DEBUG("ProcessCut::doSecondaries size={} count={}", vS.getEntries(),
vS.getEntries(), count_)); count_);
} }
int getCount() const { return 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