[Bf-blender-cvs] [1ab73fde37f] blender2.8: Remove obscure debug-only print

Sergey Sharybin noreply at git.blender.org
Fri Dec 7 18:02:47 CET 2018


Commit: 1ab73fde37fb2e4181c4cd17fd798b7d4a9378e3
Author: Sergey Sharybin
Date:   Fri Dec 7 18:02:14 2018 +0100
Branches: blender2.8
https://developer.blender.org/rB1ab73fde37fb2e4181c4cd17fd798b7d4a9378e3

Remove obscure debug-only print

The message is not clear for users, and is set for modifier already.

===================================================================

M	source/blender/blenkernel/intern/cloth.c

===================================================================

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;
 	}



More information about the Bf-blender-cvs mailing list