Skip to content

Commit 1887271

Browse files
committed
fix: duplicated output
1 parent f8c1222 commit 1887271

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/base/disasm.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ void FLE_disasm(const FLEObject& obj, const std::string& section_name)
226226

227227
try {
228228
std::string output = exec_command(cmd.str());
229-
std::cout << "Disassembly of section " << section_name << ":" << std::endl;
230229

231230
std::istringstream iss(output);
232231
std::string line;

0 commit comments

Comments
 (0)