chiark / gitweb /
Forgot to remove verbose print
authorDaniel Martí <mvdan@mvdan.cc>
Wed, 29 Jan 2014 23:17:26 +0000 (00:17 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Wed, 29 Jan 2014 23:17:26 +0000 (00:17 +0100)
fdroidserver/common.py

index 4e451cd2d15dc9e80b9a70a830a2f2813746e6a5..4a85bf3dc659d83cd3adcf81f1042a8274849139 100644 (file)
@@ -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: