remove debug message

This commit is contained in:
Greg Gauthier 2025-05-05 20:19:43 +01:00
parent 81bb8f4628
commit 577d05f3e2

View File

@ -20,7 +20,7 @@ Do forever
app~cleanup() /* Clean up before exiting */
call SysCls
/* Say .environment["REXX_PATH"] */
Say "Exiting Address Book."
/* Say "Address Book Exited." */
exit 0
end
app~reloop()