diff --git a/scp.c b/scp.c index 59796b73..47f17baa 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