summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kinit/wrapper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kinit/wrapper.c b/kinit/wrapper.c
index b78cf661e..8fe16892b 100644
--- a/kinit/wrapper.c
+++ b/kinit/wrapper.c
@@ -530,8 +530,6 @@ int main(int argc, char **argv)
}
read_socket(sock, buffer, header.arg_length);
pid = *((long *) buffer);
-// if( !kwrapper ) /* kwrapper shouldn't print any output */
-// printf("[trinity kinit] Launched process with pid = %ld\n", pid);
if ( !(!kwrapper) )
kwrapper_run( pid );
}