Skip to content

Commit

Permalink
Remove unused code!
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Jul 14, 2024
1 parent 121bcac commit 61e4ea0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tmx_to_text/tmx_to_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ def convert(args):
print(s)

def info(args):
tmx_file = args.tmx_file

info = InfoTmx(args.tmx_file)
languages = info.get_information()
for language in languages.keys():
Expand Down

0 comments on commit 61e4ea0

Please sign in to comment.