Skip to content

Commit

Permalink
remove more tao msg
Browse files Browse the repository at this point in the history
  • Loading branch information
jshlee committed Jun 19, 2014
1 parent c53559d commit da13fa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ CSCMotherboardME21GEM::matchingGEMPads(const CSCALCTDigi& alct, const GEMPadsBX&
if ((unsigned int)(Wg+maxDeltaWg_)<cscWgToGemRollLong_.size() && cscWgToGemRollLong_[Wg] != cscWgToGemRollLong_[Wg+maxDeltaWg_])
Rolls.push_back(cscWgToGemRollLong_[Wg+maxDeltaWg_]);

const bool debug(true);
const bool debug(false);
if (debug) std::cout << "ALCT keyWG " << alct.getKeyWG() << std::endl;
for (auto alctRoll : Rolls)
{
Expand Down

0 comments on commit da13fa4

Please sign in to comment.