From: Ben Gras Date: Fri, 22 Apr 2005 15:28:14 +0000 (+0000) Subject: took out debugging printf() cause it makes the install look messy X-Git-Tag: v3.1.0~906 X-Git-Url: http://zhaoyanbai.com/repos/%22https:/www.google.com/jsapi/static/gitweb.js?a=commitdiff_plain;h=ae61a409bf77b92c67b9d520fd1c3b45ff9fd3ba;p=minix.git took out debugging printf() cause it makes the install look messy --- 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; }