[Bf-blender-cvs] [111ac18] alembic_basic_io: Remove debug print.

Kévin Dietrich noreply at git.blender.org
Mon May 30 09:51:08 CEST 2016


Commit: 111ac18a5e6c8ea5f20f666b3f2084795c95fbf3
Author: Kévin Dietrich
Date:   Mon May 30 08:50:46 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rB111ac18a5e6c8ea5f20f666b3f2084795c95fbf3

Remove debug print.

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

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

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

diff --git a/source/blender/blenkernel/intern/constraint.c b/source/blender/blenkernel/intern/constraint.c
index a730fdd..70fd0b5 100644
--- a/source/blender/blenkernel/intern/constraint.c
+++ b/source/blender/blenkernel/intern/constraint.c
@@ -4346,8 +4346,6 @@ static void transformcache_evaluate(bConstraint *con, bConstraintOb *cob, ListBa
 
 	const float ctime = BKE_scene_frame_get(scene) / (float)scene->r.frs_sec;
 
-	printf("%s: time: %f\n", __func__, ctime);
-
 	ABC_get_transform(cob->ob, data->filepath, data->abc_object_path, cob->matrix, ctime);
 
 	UNUSED_VARS(targets);




More information about the Bf-blender-cvs mailing list