From 9323d2ea6d19d5aaf6d99d6b9ec941654d510e5a Mon Sep 17 00:00:00 2001 From: Hoe Hao Cheng Date: Fri, 7 Jan 2022 12:51:54 +0800 Subject: [PATCH] zink/codegen: remove bogus print statement Reviewed-By: Mike Blumenkrantz Part-of: --- src/gallium/drivers/zink/zink_device_info.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/zink/zink_device_info.py b/src/gallium/drivers/zink/zink_device_info.py index 47d04ce49d0..a27bb82ead0 100644 --- a/src/gallium/drivers/zink/zink_device_info.py +++ b/src/gallium/drivers/zink/zink_device_info.py @@ -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))