make forking while tracing work correctly
[ust.git] / libinterfork / interfork.c
index e57b7e593c06664a5cf73313185ef6cea3462935..a8db252fe0154fdf3567a5b9db0061e48ade850c 100644 (file)
@@ -34,7 +34,6 @@ pid_t fork(void)
                }
        }
 
-       printf("IN FORK!\n");
        retval = plibc_func();
 
        if(retval == 0)
This page took 0.022613 seconds and 4 git commands to generate.