From f06afe788433214c34b1cb24fa6b784028df975c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Mon, 15 Feb 2016 13:49:12 +0000 Subject: [PATCH] Forgot to remove the output= debug prints --- fdroidserver/build.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/fdroidserver/build.py b/fdroidserver/build.py index 2d9e61bf..1b3794cd 100644 --- a/fdroidserver/build.py +++ b/fdroidserver/build.py @@ -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)) -- 2.30.2