Skip to content

Commit

Permalink
remove cout
Browse files Browse the repository at this point in the history
  • Loading branch information
VinInn committed Jan 13, 2014
1 parent 54b3ebf commit fea4693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CondFormats/SiPixelObjects/src/SiPixelFedCablingMap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using namespace sipixelobjects;


void SiPixelFedCablingMap::initializeRocs() {
std::cout << "initialize PixelRocs" << std::endl;
// std::cout << "initialize PixelRocs" << std::endl;
for (auto & v : theMap) v.second.initFrameConversion();

}
Expand Down

0 comments on commit fea4693

Please sign in to comment.