mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Forgot to remove a debugging print
This commit is contained in:
parent
762667f3cc
commit
77a7e640ad
1 changed files with 0 additions and 1 deletions
|
@ -962,7 +962,6 @@ def getsrclib(spec, srclib_dir, sdk_path, basepath=False):
|
||||||
srclib = parse_srclib(srclib_path)
|
srclib = parse_srclib(srclib_path)
|
||||||
|
|
||||||
sdir = os.path.join(srclib_dir, name)
|
sdir = os.path.join(srclib_dir, name)
|
||||||
print sdir
|
|
||||||
vcs = getvcs(srclib["Repo Type"], srclib["Repo"], sdir, sdk_path)
|
vcs = getvcs(srclib["Repo Type"], srclib["Repo"], sdir, sdk_path)
|
||||||
vcs.gotorevision(ref)
|
vcs.gotorevision(ref)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue