Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69eb9c4

Browse files
author
Riccardo Spica
committed
removed debug message
1 parent cd89f72 commit 69eb9c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drawing_handler/src/DrawMeshHandler.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ void DrawMeshHandler::handleSimulation() {
7777
if (_drawingObject > 0)
7878
simRemoveDrawingObject(_drawingObject);
7979

80-
ss << "Drawing mesh at t=" << currentSimulationTime << std::endl;
81-
8280
_drawingObject = simAddDrawingObject(
8381
sim_drawing_triangles + sim_drawing_painttag
8482
+ sim_drawing_followparentvisibility + _transparency,

0 commit comments

Comments
 (0)