diff --git a/projects/amdsmi/py-interface/amdsmi_interface.py b/projects/amdsmi/py-interface/amdsmi_interface.py index a15ba8e68f..db00f18226 100644 --- a/projects/amdsmi/py-interface/amdsmi_interface.py +++ b/projects/amdsmi/py-interface/amdsmi_interface.py @@ -2212,7 +2212,6 @@ def amdsmi_get_fw_info( elif fw_name in dec_format_fw: # Convert the fw_version from a int to a hex string padded leading 0s fw_version_string = hex(fw_version)[2:].zfill(8) - print(fw_version_string) # Convert every two hex digits to decimal and join them with a dot dec_version_string = ''