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