[Bf-blender-cvs] SVN commit: /data/svn/repos/bf-blender [61931] trunk/lib/tests/cycles/ctests/render_all.py: Cycles tests: Remove debug only code

Sergey Sharybin sergey.vfx at gmail.com
Tue Sep 12 12:48:40 CEST 2017


Revision: 61931
          https://developer.blender.org/rBL61931
Author:   sergey
Date:     2017-09-12 12:48:39 +0200 (Tue, 12 Sep 2017)
Log Message:
-----------
Cycles tests:  Remove debug only code

Modified Paths:
--------------
    trunk/lib/tests/cycles/ctests/render_all.py

Modified: trunk/lib/tests/cycles/ctests/render_all.py
===================================================================
--- trunk/lib/tests/cycles/ctests/render_all.py	2017-09-06 13:18:19 UTC (rev 61930)
+++ trunk/lib/tests/cycles/ctests/render_all.py	2017-09-12 10:48:39 UTC (rev 61931)
@@ -28,7 +28,6 @@
     subject = os.path.basename(dirname)
     if subject == 'opengl':
         basedir = os.path.dirname(__file__)
-        print(basedir)
         command = [BLENDER,
                    '--window-geometry', '0', '0', '1', '1',
                    filepath,



More information about the Bf-blender-cvs mailing list