mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Remove debugging line.
This commit is contained in:
parent
5d9fb0d933
commit
4e0e0612f3
@ -106,7 +106,6 @@ def run_msgfmt(pofile):
|
||||
prop = {}
|
||||
prop["langcode"] = os.path.basename(pofile)[:-3]
|
||||
prop["date"] = header['PO-Revision-Date'].split()[0]
|
||||
print header['Last-Translator']
|
||||
try:
|
||||
prop["email"] = header['Last-Translator'].split('<')[1][:-1]
|
||||
prop["email"] = prop["email"].replace("@", " () ")
|
||||
|
Loading…
Reference in New Issue
Block a user