aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sersve.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sersve.rs b/src/sersve.rs
index 5983666..ec7c127 100644
--- a/src/sersve.rs
+++ b/src/sersve.rs
@@ -85,7 +85,6 @@ thread_local! (static OUT: RefCell<Vec<u8>> = RefCell::new(Vec::with_capacity(DE
fn fork() {
unsafe {
- println!("Forking now!");
let pid = libc::funcs::posix88::unistd::fork();
if pid == 0 {
// we are child, now get to work