Remove Python-generated bindings comparison against XML-generated version.

This commit is contained in:
tritao
2025-03-03 13:44:45 +00:00
committed by Chris Hennes
parent 50394a6ef3
commit 7d28636e05

View File

@@ -59,8 +59,6 @@ def generate(filename, outputPath):
Export.export = GenerateModelInst.PythonExport[0]
Export.is_python = filename.endswith(".pyi")
Export.Generate()
if Export.is_python:
Export.Compare()
print("Done generating: " + GenerateModelInst.PythonExport[0].Name)