chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a051ea9
)
Remove leftover debug prints
author
Daniel Martí
<mvdan@mvdan.cc>
Mon, 17 Feb 2014 14:42:21 +0000
(15:42 +0100)
committer
Daniel Martí
<mvdan@mvdan.cc>
Mon, 17 Feb 2014 14:42:21 +0000
(15:42 +0100)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index c54a3051ce60cc5d76fb739e5ff2bf1b1caef589..4fc6de6b205c364b1a284ea1f2819d79041fef78 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-1082,8
+1082,6
@@
def prepare_source(vcs, app, build, build_dir, srclib_dir, extlib_dir, onserver=
else:
print("Updating subproject %s" % d)
cmd = lparms + ['-p', d]
- print cmd
- print ' '.join(cmd)
p = FDroidPopen(cmd, cwd=root_dir)
# 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'