[Bf-blender-cvs] [bed321f6dac] master: Cleanup: remove debug print

Brecht Van Lommel noreply at git.blender.org
Fri Aug 30 18:13:22 CEST 2019


Commit: bed321f6dacb9cee587d1767d4b45b601bbaf529
Author: Brecht Van Lommel
Date:   Fri Aug 30 18:12:26 2019 +0200
Branches: master
https://developer.blender.org/rBbed321f6dacb9cee587d1767d4b45b601bbaf529

Cleanup: remove debug print

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

M	tests/python/CMakeLists.txt

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

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index ffd77486302..2125694701c 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -525,7 +525,6 @@ if(WITH_CYCLES OR WITH_OPENGL_RENDER_TESTS)
 
     if(WITH_CYCLES)
       foreach(render_test bake;${render_tests})
-        message(STATUS ${render_test})
         add_python_test(
           cycles_${render_test}
           ${CMAKE_CURRENT_LIST_DIR}/cycles_render_tests.py



More information about the Bf-blender-cvs mailing list