Removed temporary debug code from milestone2rst.py script

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-12-04 14:27:10 -05:00
parent 0cf7a0b96b
commit 02f8210fa1

View File

@@ -24,7 +24,6 @@ def generate(milestone):
return rst
if __name__=='__main__':
sys.argv += ['v5.0.2']
if len(sys.argv) != 2:
raise ValueError('This script should be called like this: python milestone2rst.py v5')