From ae61a409bf77b92c67b9d520fd1c3b45ff9fd3ba Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 22 Apr 2005 15:28:14 +0000 Subject: [PATCH] took out debugging printf() cause it makes the install look messy --- servers/mm/misc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/servers/mm/misc.c b/servers/mm/misc.c index 00aeb83bc..1331a44ba 100644 --- a/servers/mm/misc.c +++ b/servers/mm/misc.c @@ -85,7 +85,6 @@ PUBLIC int do_svrctl() /* Binary compatibility check. */ if (req == SYSGETENV) { - printf("SYSGETENV used by %d\n", who); req = MMGETPARAM; }