From 8a5b2e41f1c9134e0125c3d001a2c742638b6d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 30 Jan 2014 00:17:26 +0100 Subject: [PATCH] Forgot to remove verbose print --- fdroidserver/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fdroidserver/common.py b/fdroidserver/common.py index 4e451cd2..4a85bf3d 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -1248,7 +1248,6 @@ def scan_source(build_dir, root_dir, thisbuild): for r,d,f in os.walk(build_dir): if any(insidedir(r, igndir) for igndir in ('.hg', '.git', '.svn')): - print r continue for curfile in f: