From db2742b0f2d8c4413ace366251cc06f50dc2797d Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Thu, 4 Jul 2024 13:23:03 +0200 Subject: [PATCH] Remove comment --- standalone/lcio2edm4hep.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/standalone/lcio2edm4hep.cpp b/standalone/lcio2edm4hep.cpp index a0135b2..8479311 100644 --- a/standalone/lcio2edm4hep.cpp +++ b/standalone/lcio2edm4hep.cpp @@ -161,7 +161,6 @@ int main(int argc, char* argv[]) { UTIL::CheckCollections colPatcher{}; std::vector namesTypes{}; const bool patching = !args.patchFile.empty(); - // Keep track of whether we have any SimCalorimeterHits if (patching) { namesTypes = getNamesAndTypes(args.patchFile); if (namesTypes.empty()) {