elf: remove old print statement

This commit is contained in:
Willi Ballenthin
2023-04-03 16:13:28 +02:00
parent 5e0d6176a1
commit efcc2e0dd4

View File

@@ -831,7 +831,6 @@ def guess_os_from_symtab(elf: ELF) -> Optional[OS]:
}
for symbol in symtab.get_symbols():
print(symbol)
sym_name = symtab.get_name(symbol)
for os, hints in keywords.items():