Skip to content

Commit

Permalink
Merge pull request #18185 from franzoni/gf_remove_comment_RunInfoProx…
Browse files Browse the repository at this point in the history
…y_from-CMSSW_9_0_X_2017-04-02-0100

remove unnecessary cout from RunInfoProxy.cc [backport]
  • Loading branch information
cmsbuild committed Apr 12, 2017
2 parents 4b8b3fd + 2701abb commit 3853cfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CondCore/CondDB/src/RunInfoProxy.cc
Expand Up @@ -93,7 +93,6 @@ namespace cond {

std::string dummy;
m_session->runInfoSchema().runInfoTable().getInclusiveRunRange( low, up, m_data->runList );
std::cout <<"Min="<<std::get<0>(m_data->runList.front())<<" max="<<std::get<0>(m_data->runList.back())<<std::endl;
}

void RunInfoProxy::load( const boost::posix_time::ptime& low, const boost::posix_time::ptime& up ){
Expand Down

0 comments on commit 3853cfd

Please sign in to comment.