mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
Remove leftover debug prints
This commit is contained in:
parent
a051ea9b93
commit
9064942d06
1 changed files with 0 additions and 2 deletions
|
|
@ -1082,8 +1082,6 @@ def prepare_source(vcs, app, build, build_dir, srclib_dir, extlib_dir, onserver=
|
||||||
else:
|
else:
|
||||||
print("Updating subproject %s" % d)
|
print("Updating subproject %s" % d)
|
||||||
cmd = lparms + ['-p', d]
|
cmd = lparms + ['-p', d]
|
||||||
print cmd
|
|
||||||
print ' '.join(cmd)
|
|
||||||
p = FDroidPopen(cmd, cwd=root_dir)
|
p = FDroidPopen(cmd, cwd=root_dir)
|
||||||
# Check to see whether an error was returned without a proper exit
|
# Check to see whether an error was returned without a proper exit
|
||||||
# code (this is the case for the 'no target set or target invalid'
|
# code (this is the case for the 'no target set or target invalid'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue