ui: nicer output

This commit is contained in:
Dobin
2024-03-01 20:55:06 +00:00
parent e915c24be1
commit d3a750288e
4 changed files with 10 additions and 6 deletions
-1
View File
@@ -72,7 +72,6 @@ def compile(
))
if source_style == SourceStyle.iat_reuse:
logger.warning("--[ SourceStyle: Using IAT_REUSE".format())
fixup_iat_reuse(asm_clean_file, carrier)
observer.add_text("carrier_asm_updated", file_readall_text(asm_clean_file))