Skip to content

Commit

Permalink
Removed left over debug printout
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr15Jones authored and missirol committed Jun 3, 2024
1 parent 774f854 commit 5f54149
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EventFilter/Utilities/plugins/GlobalEvFOutputModule.cc
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ namespace evf {
edm::WaitingTaskWithArenaHolder iHolder) const {
edm::Handle<edm::TriggerResults> const& triggerResults = getTriggerResults(trToken_, e);

std::cout << " writing Event " << moduleDescription().moduleLabel() << std::endl;
auto buffer = streamCache(id);
std::unique_ptr<EventMsgBuilder> msg =
msgBuilders_->serializeEvent(*buffer, e, triggerResults, selectorConfig(), metaDataCache_->checksum_);
Expand Down

0 comments on commit 5f54149

Please sign in to comment.