1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Forgot to remove a debugging print

This commit is contained in:
Daniel Martí 2013-05-20 21:57:46 +02:00
parent 762667f3cc
commit 77a7e640ad

View File

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