Remove leftover debug prints

This commit is contained in:
Daniel Martí 2014-02-17 15:42:21 +01:00
parent a051ea9b93
commit 9064942d06

View file

@ -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'