zink/codegen: remove bogus print statement

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14434>
This commit is contained in:
Hoe Hao Cheng 2022-01-07 12:51:54 +08:00 committed by Marge Bot
parent 37f01832eb
commit 9323d2ea6d
1 changed files with 0 additions and 1 deletions

View File

@ -584,7 +584,6 @@ if __name__ == "__main__":
if not (entry.properties_struct and ext.physical_device_struct("Properties") == entry.properties_struct):
error_count += 1
print("The extension {} does not provide a properties struct.".format(ext.name))
print(entry.properties_struct, ext.physical_device_struct("Properties"))
if entry.promoted_in:
ext.core_since = Version((*entry.promoted_in, 0))