Buildbot: Remove debug-only early exit

This commit is contained in:
Sergey Sharybin 2015-12-03 21:59:42 +05:00
parent 334955c3e6
commit 23c670ea0d
1 changed files with 0 additions and 1 deletions

View File

@ -206,7 +206,6 @@ else:
print("Stripping python...")
py_target = os.path.join(install_dir, blender_version)
subprocess.call(chroot_prefix + ['find', py_target, '-iname', '*.so', '-exec', 'strip', '-s', '{}', ';'])
sys.exit(0)
# Copy all specific files which are too specific to be copied by
# the CMake rules themselves