aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-12-10 04:11:52 +0000
committerlloyd <[email protected]>2014-12-10 04:11:52 +0000
commit1bb563dae0ce8c1f3bec56c5fe392bbe6bb23200 (patch)
tree9e375f2b0bf8b4a27a70cc342b7738c26ab978bb /src/scripts
parent63215db88ae3bbb982966de37fe112c44f616a1d (diff)
Remove debug print
Diffstat (limited to 'src/scripts')
-rwxr-xr-xsrc/scripts/combine_relnotes.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/scripts/combine_relnotes.py b/src/scripts/combine_relnotes.py
index 1503a0676..295e88ab0 100755
--- a/src/scripts/combine_relnotes.py
+++ b/src/scripts/combine_relnotes.py
@@ -14,8 +14,6 @@ def combine_relnotes(relnote_dir):
relnotes = [p for p in os.listdir(relnote_dir) if p.startswith(('0', '1', '2'))]
- print relnotes
-
re_version = re.compile('Version (\d+\.\d+\.\d+), ([0-9]{4}-[0-9]{2}-[0-9]{2})$')
re_nyr = re.compile('Version (\d+\.\d+\.\d+), Not Yet Released$')