Skip to content

Commit

Permalink
print out removed
Browse files Browse the repository at this point in the history
  • Loading branch information
yetkinyilmaz committed Feb 25, 2014
1 parent 6b1362f commit 880390e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RecoHI/HiJetAlgos/interface/UECalibration.h
Expand Up @@ -55,7 +55,6 @@ struct UECalibration{

while( std::getline( in, line)){
if(!line.size() || line[0]=='#') {
std::cout<<" continue "<<std::endl;
continue;
}
std::istringstream linestream(line);
Expand Down

0 comments on commit 880390e

Please sign in to comment.