Forgot a dev print (again)

This commit is contained in:
Daniel Martí 2014-02-10 12:21:42 +01:00
parent 409188a4e5
commit 24cd80ae80

View file

@ -117,7 +117,6 @@ def check_tags(app, pattern):
tags = vcs.gettags() tags = vcs.gettags()
if pattern: if pattern:
print pattern
pat = re.compile(pattern) pat = re.compile(pattern)
tags = [tag for tag in tags if pat.match(tag)] tags = [tag for tag in tags if pat.match(tag)]