mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Forgot to remove a debugging print
This commit is contained in:
parent
762667f3cc
commit
77a7e640ad
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user