mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 06:20:12 +01:00
Forgot to remove verbose print
This commit is contained in:
parent
1b0fb05337
commit
8a5b2e41f1
@ -1248,7 +1248,6 @@ def scan_source(build_dir, root_dir, thisbuild):
|
|||||||
for r,d,f in os.walk(build_dir):
|
for r,d,f in os.walk(build_dir):
|
||||||
|
|
||||||
if any(insidedir(r, igndir) for igndir in ('.hg', '.git', '.svn')):
|
if any(insidedir(r, igndir) for igndir in ('.hg', '.git', '.svn')):
|
||||||
print r
|
|
||||||
continue
|
continue
|
||||||
|
|
||||||
for curfile in f:
|
for curfile in f:
|
||||||
|
Loading…
Reference in New Issue
Block a user