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; }