1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-09-29 16:55:22 +00:00

Remove extraneous OK printouts

This commit is contained in:
Dave Schmenk 2019-12-17 10:59:06 -08:00
parent 3ce76f7308
commit 1afb559849
3 changed files with 3 additions and 9 deletions

View File

@ -1662,10 +1662,8 @@ def cmdmode#0
if perr
puts("ERROR: $")
putb(perr)
else
puts("OK")
putln
fin
putln
loop
end
//

View File

@ -1366,10 +1366,8 @@ def docmds#0
if perr
prstr("ERR:$")
prbyte(perr)
else
prstr("OK")
crout()
fin
crout()
fin
prstr(pfxop(@prefix, GET_PFX))
rdstr($BA)

View File

@ -1443,10 +1443,8 @@ def docmds#0
if perr
prstr("ERR:$")
prbyte(perr)
else
prstr("OK")
crout()
fin
crout()
fin
prstr(pfxop(@prefix, GET_PFX))
rdstr($BA)