mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Forgot to remove debugging prints
This commit is contained in:
parent
0ad09f6481
commit
a23fb27155
1 changed files with 0 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue