1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-13 02:30:11 +01:00

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()
if pattern:
print pattern
pat = re.compile(pattern)
tags = [tag for tag in tags if pat.match(tag)]