Remove debug prints

This commit is contained in:
2024-04-23 15:33:52 +02:00
parent 9dc2ae1bf7
commit f3fe8c5441
2 changed files with 2 additions and 3 deletions

View File

@@ -57,7 +57,6 @@ fn main() {
} as *mut u8;
assert_ne!(private_mem, MAP_FAILED as *mut u8);
println!("Agent: starting agent...");
unsafe {
agent_start(shared_memory, sync_memory, private_mem);
}