chiark / gitweb /
Forgot to remove a debugging print
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 20 May 2013 19:57:46 +0000 (21:57 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 20 May 2013 19:57:46 +0000 (21:57 +0200)
fdroidserver/common.py

index 606111cb4bbd772e91199131d8a656d83437114b..30662c4a6f43466188c455a422c1d99f949d7834 100644 (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)