chiark / gitweb /
Forgot to remove the output= debug prints
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 15 Feb 2016 13:49:12 +0000 (13:49 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 15 Feb 2016 13:49:12 +0000 (13:49 +0000)
fdroidserver/build.py

index 2d9e61bfb3fb5e201dd22dfbffacc8a100cd4b8b..1b3794cde094b5beee581c01115ccdfabf26e952 100644 (file)
@@ -807,9 +807,6 @@ def build_local(app, build, vcs, build_dir, output_dir, srclib_dir, extlib_dir,
         src = os.path.join(bindir, src)
     elif omethod == 'raw':
         globpath = os.path.join(root_dir, build.output)
-        print(globpath)
-        globpath = os.path.normpath(globpath)
-        print(globpath)
         apks = glob.glob(globpath)
         if len(apks) > 1:
             raise BuildException('Multiple apks match %s' % globpath, '\n'.join(apks))