Skip to content

Commit

Permalink
Merge pull request #23412 from ianna/dd-compact-view-no-cout
Browse files Browse the repository at this point in the history
DD Compact View: Fix Excessive Output
  • Loading branch information
cmsbuild committed Jun 1, 2018
2 parents 9c8a013 + bfd3c37 commit e32401c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DetectorDescription/Core/src/DDCompactView.cc
Expand Up @@ -84,7 +84,6 @@ void DDCompactView::position (const DDLogicalPart & self,
const DDRotation & rot,
const DDDivision * div)
{
std::cout << "DDCompactView::position " << self << " with translation " << trans << " and rotation " << rot << "\n";
int cpno = atoi(copyno.c_str());
position(self,parent,cpno,trans,rot, div);
}
Expand Down

0 comments on commit e32401c

Please sign in to comment.