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:
0ad09f6
)
Forgot to remove debugging prints
author
Daniel Martí
<mvdan@mvdan.cc>
Tue, 13 Aug 2013 14:00:51 +0000
(16:00 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Tue, 13 Aug 2013 14:00:51 +0000
(16:00 +0200)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index 4a188c082b289d0c955456645251a450859d9868..36dc77eea4526fb4aeaf353d9d388c485809f3e4 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-863,7
+863,6
@@
def description_html(lines,linkres):
return ps.text_html
def retrieve_string(xml_dir, string):
- print string
if not string.startswith('@string/'):
return string.replace("\\'","'")
string_search = re.compile(r'.*"'+string[8:]+'".*>([^<]+?)<.*').search
@@
-894,7
+893,6
@@
def fetch_real_name(app_dir, flavour):
app_found = False
name = None
for f in manifest_paths(app_dir, flavour):
- print f
if not f.endswith(".xml"):
continue
xml_dir = os.path.join(f[:-19], 'res', 'values')