Skip to content

Commit bd2f774

Browse files
author
ligma
committed
almost finished basic printing for load commands
1 parent 527d794 commit bd2f774

File tree

2 files changed

+158
-74
lines changed

2 files changed

+158
-74
lines changed

src/parser.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,6 @@ fn parse_load_command_string<R: Read + Seek, E: ByteOrder>(
177177
}
178178
}
179179

180-
// TODO: move to printer. this was just for debugging and it works! :D
181-
println!("{:?}", String::from_utf8(load_command_string.clone()));
182-
183180
Ok(load_command_string)
184181
}
185182

0 commit comments

Comments
 (0)