Print IRModule without meta data

I solved this question by myself but I just keep this thread for someone who might have the same question.

print(mod.astext(show_meta_data=False))
2 Likes