Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-12-07 20:02:14 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-12-07 20:02:43 +0300
commit1ab73fde37fb2e4181c4cd17fd798b7d4a9378e3 (patch)
tree86129bcfa7a8a9f5a66190fba2a00ccd35d4b8b0 /source/blender/blenkernel/intern/cloth.c
parentf40a88a4ba9569db3574044f82838a88fc810726 (diff)
Remove obscure debug-only print
The message is not clear for users, and is set for modifier already.
Diffstat (limited to 'source/blender/blenkernel/intern/cloth.c')
-rw-r--r--source/blender/blenkernel/intern/cloth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/cloth.c b/source/blender/blenkernel/intern/cloth.c
index cf5b3d3a51b..75e1884f9a3 100644
--- a/source/blender/blenkernel/intern/cloth.c
+++ b/source/blender/blenkernel/intern/cloth.c
@@ -804,7 +804,6 @@ static int cloth_from_object(Object *ob, ClothModifierData *clmd, Mesh *mesh, fl
if ( !cloth_build_springs ( clmd, mesh ) ) {
cloth_free_modifier ( clmd );
modifier_setError(&(clmd->modifier), "Cannot build springs");
- printf("cloth_free_modifier cloth_build_springs\n");
return 0;
}