Skip to content

Commit

Permalink
Fix excessive output
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna committed Jun 1, 2018
1 parent 8b2af09 commit bfd3c37
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 bfd3c37

Please sign in to comment.