Optimize the converters

This commit is contained in:
Shadow15510 2021-07-04 10:51:03 +02:00
parent c102b69adf
commit 8d5a37ba12
1 changed files with 0 additions and 3 deletions

View File

@ -5,9 +5,6 @@ def convert(input_name, output, params, target):
if params["custom-type"] == "mutation-table":
convert_mt(input_name, output, params, target)
return 0
elif params["custom-type"] == "mutation":
convert_md(input_name, output, params, target)
return 0
else:
return 1