detect-elf-os: remove extra print statement

This commit is contained in:
William Ballenthin
2021-08-11 14:56:01 -06:00
parent a7678e779e
commit 769d354792

View File

@@ -30,7 +30,6 @@ def main(argv=None):
f: BinaryIO = IDAIO()
else:
print("not ida")
if argv is None:
argv = sys.argv[1:]