IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 4619d37f authored by ralfulrich's avatar ralfulrich
Browse files

removed debug

parent 5487b8f3
No related branches found
No related tags found
1 merge request!419Resolve "corsika.cpp breaks at runtime"
Pipeline #5941 passed
...@@ -26,7 +26,7 @@ namespace corsika { ...@@ -26,7 +26,7 @@ namespace corsika {
fname = boost::filesystem::path(p) / key; fname = boost::filesystem::path(p) / key;
} }
// LCOV_EXCL_STOP // LCOV_EXCL_STOP
CORSIKA_LOG_INFO("opening data file={} dir={}", fname, corsika::CORSIKA_DATA_DIR); CORSIKA_LOG_INFO("opening data file={}", fname);
return fname; return fname;
} }
} // namespace corsika } // namespace corsika
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