Removed redundant check

This commit is contained in:
jonpas 2015-06-18 21:30:06 +02:00
parent 873f861dc8
commit 4330caea9a

View File

@ -1321,8 +1321,6 @@ See the make.cfg file for additional build options.
# Make release
if make_release_zip:
if not release_version:
release_version = ACE_VERSION
release_name = "{}_{}".format(zipPrefix, release_version)
print_blue("\nMaking release: {}.zip".format(release_name))