Remove debug print

This commit is contained in:
bhack 2020-12-10 13:04:08 +00:00
parent 12fa0161f9
commit 928116bb70

View File

@ -37,10 +37,6 @@ def import_function(concrete_function, pass_pipeline):
def experimental_convert_saved_model_to_mlir(saved_model_path, exported_names,
show_debug_info):
print(saved_model_path)
print(str(saved_model_path).encode('utf-8'))
print(exported_names)
print(str(exported_names).encode('utf-8'))
return ExperimentalConvertSavedModelToMlir(
str(saved_model_path).encode('utf-8'),
str(exported_names).encode('utf-8'), show_debug_info)