From 9e16e7f291a66861793fdfef8a8f708a6d37c8c5 Mon Sep 17 00:00:00 2001 From: Malik Shahzad Muzaffar Date: Fri, 1 May 2020 13:01:01 +0200 Subject: [PATCH] removed the cout which was mistakenly kept during the merge conflict --- .../TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_Listgroups.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_Listgroups.cc b/SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_Listgroups.cc index a7225ec23f198..ab11b3ea457b9 100644 --- a/SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_Listgroups.cc +++ b/SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_Listgroups.cc @@ -258,7 +258,6 @@ void DD4hep_ListGroups::analyze(const edm::Event &evt, const edm::EventSetup &se for (const auto j : fv1.specpars()) { for (const auto &k : j->paths) { - std::cout << k << std::endl; if (firstChild) { std::vector> children = fv1.children(k); for (auto const &path : children) {