We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a27926 commit d0131eaCopy full SHA for d0131ea
src/Modules/Visualization/ShowString.cc
@@ -219,9 +219,7 @@ GeometryBaseHandle ShowString::buildGeometryObject(const std::string& text)
219
220
if (containsDescenderLetter(text))
221
{
222
- std::cout << text << " ==> " << yTrans;
223
yTrans += 0.02;
224
- std::cout << " -> " << yTrans << std::endl;
225
}
226
227
Vector trans(xTrans, yTrans, 0.0);
0 commit comments