took out debugging printf() cause it makes the install look messy

This commit is contained in:
Ben Gras 2005-04-22 15:28:14 +00:00
parent 4355472957
commit ae61a409bf

View file

@ -85,7 +85,6 @@ PUBLIC int do_svrctl()
/* Binary compatibility check. */
if (req == SYSGETENV) {
printf("SYSGETENV used by %d\n", who);
req = MMGETPARAM;
}