[Bf-blender-cvs] [362f8ec767d] functions: remove debug print

Jacques Lucke noreply at git.blender.org
Sat Apr 6 18:47:28 CEST 2019


Commit: 362f8ec767d3d1c5f2dfdad347edf17a09be5af0
Author: Jacques Lucke
Date:   Sat Apr 6 18:14:26 2019 +0200
Branches: functions
https://developer.blender.org/rB362f8ec767d3d1c5f2dfdad347edf17a09be5af0

remove debug print

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

M	source/blender/functions/functions/auto_vectorization.cpp

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

diff --git a/source/blender/functions/functions/auto_vectorization.cpp b/source/blender/functions/functions/auto_vectorization.cpp
index 1300c37b670..86df424a4ad 100644
--- a/source/blender/functions/functions/auto_vectorization.cpp
+++ b/source/blender/functions/functions/auto_vectorization.cpp
@@ -64,8 +64,6 @@ namespace FN { namespace Functions {
 				max_length = std::max(max_length, input_lengths[i]);
 			}
 
-			ctx.print_with_traceback("Final Length: " + std::to_string(max_length));
-
 			this->initialize_empty_lists(fn_out, ctx);
 
 			FN_TUPLE_CALL_ALLOC_TUPLES(m_main_body, main_in, main_out);



More information about the Bf-blender-cvs mailing list