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

Forgot to remove verbose print

This commit is contained in:
Daniel Martí 2014-01-30 00:17:26 +01:00
parent 1b0fb05337
commit 8a5b2e41f1

View File

@ -1248,7 +1248,6 @@ def scan_source(build_dir, root_dir, thisbuild):
for r,d,f in os.walk(build_dir):
if any(insidedir(r, igndir) for igndir in ('.hg', '.git', '.svn')):
print r
continue
for curfile in f: