Skip to content

Commit

Permalink
removed the cout which was mistakenly kept during the merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored May 1, 2020
1 parent f7a9ff7 commit 9e16e7f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::vector<cms::Node *>> children = fv1.children(k);
for (auto const &path : children) {
Expand Down

0 comments on commit 9e16e7f

Please sign in to comment.