Skip to content

Commit

Permalink
Removed accidentally committed debug code.
Browse files Browse the repository at this point in the history
Fixes brave/brave-browser#9462

Accidental commit in PR #5350
  • Loading branch information
mkarolin committed Apr 25, 2020
1 parent e03f4fd commit c314b9d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions script/lib/transifex.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ def get_transifex_translation_file_content(source_file_path, filename,
elif ext == '.grd':
# For .grd and .json files, for some reason Transifex puts a \\" and \'
content = content.replace('\\"', '"').replace("\\'", "'")
content_file = open(r"c:\max\tmp\TransifexCurrent.txt","w")
content_file.write(content)
content_file.close()
# Make sure it's parseable
lxml.etree.fromstring(content)
return content
Expand Down

0 comments on commit c314b9d

Please sign in to comment.