Skip to content

Commit d0131ea

Browse files
committed
Remove cout
1 parent 5a27926 commit d0131ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Modules/Visualization/ShowString.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,7 @@ GeometryBaseHandle ShowString::buildGeometryObject(const std::string& text)
219219

220220
if (containsDescenderLetter(text))
221221
{
222-
std::cout << text << " ==> " << yTrans;
223222
yTrans += 0.02;
224-
std::cout << " -> " << yTrans << std::endl;
225223
}
226224

227225
Vector trans(xTrans, yTrans, 0.0);

0 commit comments

Comments
 (0)