From d8d4701b9ed1a36da8ec50eccbd853e5a4b928ba Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Fri, 29 Mar 2024 10:29:25 -0400 Subject: [PATCH] SCP: Remove printing of prompt for vm_read functions. --- scp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/scp.c b/scp.c index 59796b7..47f17ba 100644 --- a/scp.c +++ b/scp.c @@ -3014,7 +3014,6 @@ while (stat != SCPE_EXIT) { /* in case exit */ } else { if (sim_vm_read != NULL) { /* sim routine? */ - printf ("%s", sim_prompt); /* prompt */ cptr = (*sim_vm_read) (cbuf, sizeof(cbuf), stdin); } else