Removed extra print statement

Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Change-Id: I0043567f4cc17d69860b0c77f42fa77fd41e354d


[ROCm/amdsmi commit: 7ac0a49470]
This commit is contained in:
Maisam Arif
2024-08-23 19:22:05 -05:00
parent bc357f1500
commit 2e92791192
@@ -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 = ''