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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-08-30 19:12:26 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-08-30 19:13:10 +0300
commitbed321f6dacb9cee587d1767d4b45b601bbaf529 (patch)
treecbe1d05eaf214626e6f8d2e6750b449ea4dc9240
parent86b947003777232b4ae3e57792e3b4316ca7995e (diff)
Cleanup: remove debug print
-rw-r--r--tests/python/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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