mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Forgot to remove verbose print
This commit is contained in:
parent
1b0fb05337
commit
8a5b2e41f1
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue