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:
parent
409188a4e5
commit
24cd80ae80
@ -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)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user