Browse Source

Removed debug print

pull/75/head
Kent Sommer 7 years ago
committed by GitHub
parent
commit
6381da4042
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      zcutil/make-release.py

1
zcutil/make-release.py

@ -432,7 +432,6 @@ class Version (object):
),
)
else:
print(m.groups())
[major, minor, patch, _, betarc, hotfix] = m.groups()
return Version(
int(major),

Loading…
Cancel
Save