chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b0fb05
)
Forgot to remove verbose print
author
Daniel Martí
<mvdan@mvdan.cc>
Wed, 29 Jan 2014 23:17:26 +0000
(
00:17
+0100)
committer
Daniel Martí
<mvdan@mvdan.cc>
Wed, 29 Jan 2014 23:17:26 +0000
(
00:17
+0100)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index 4e451cd2d15dc9e80b9a70a830a2f2813746e6a5..4a85bf3dc659d83cd3adcf81f1042a8274849139 100644
(file)
--- 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: