remove debug message

This commit is contained in:
Greg Gauthier 2025-05-05 20:18:35 +01:00
parent a45b6b6b7b
commit 81bb8f4628

View File

@ -19,7 +19,7 @@ Do forever
if .environment['STOPNOW'] = 1 then do
app~cleanup() /* Clean up before exiting */
call SysCls
Say .environment["REXX_PATH"]
/* Say .environment["REXX_PATH"] */
Say "Exiting Address Book."
exit 0
end