took out debugging printf() cause it makes the install look messy
This commit is contained in:
parent
4355472957
commit
ae61a409bf
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ PUBLIC int do_svrctl()
|
|||
|
||||
/* Binary compatibility check. */
|
||||
if (req == SYSGETENV) {
|
||||
printf("SYSGETENV used by %d\n", who);
|
||||
req = MMGETPARAM;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue