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:
762667f
)
Forgot to remove a debugging print
author
Daniel Martí
<mvdan@mvdan.cc>
Mon, 20 May 2013 19:57:46 +0000
(21:57 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Mon, 20 May 2013 19:57:46 +0000
(21:57 +0200)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index 606111cb4bbd772e91199131d8a656d83437114b..30662c4a6f43466188c455a422c1d99f949d7834 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-962,7
+962,6
@@
def getsrclib(spec, srclib_dir, sdk_path, basepath=False):
srclib = parse_srclib(srclib_path)
sdir = os.path.join(srclib_dir, name)
- print sdir
vcs = getvcs(srclib["Repo Type"], srclib["Repo"], sdir, sdk_path)
vcs.gotorevision(ref)