Skip to content

Commit d982bc8

Browse files
authored
Remove unappropriate comment (#591)
1 parent ae7e8e1 commit d982bc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bindings/Sofa/src/SofaPython3/Sofa/Simulation/Binding_SceneCheck.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ namespace py { using namespace pybind11; }
2828

2929
void moduleAddSceneCheck(pybind11::module &m)
3030
{
31-
// create a python binding for the C++ class LinearSpring from SofaDeformable
3231
py::class_<sofa::simulation::SceneCheck, std::shared_ptr<sofa::simulation::SceneCheck>> s
3332
(m, "SceneCheck", sofapython3::doc::simulation::SceneCheckClass);
3433

0 commit comments

Comments
 (0)