Skip to content

Commit

Permalink
chore: get rid of debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
marekvospel committed Oct 25, 2024
1 parent 19a9622 commit c8d5cf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/memory/allocator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ unsafe impl<'a> GlobalAlloc for LinkedListAllocator {
}

let start_node = NODES.as_deref_mut().unwrap();
println!("Allocating {}... {}", layout.size(), layout.align());

for node in start_node.as_iter() {
if !node.free {
Expand Down

0 comments on commit c8d5cf9

Please sign in to comment.