remove debug message
This commit is contained in:
		
							parent
							
								
									a45b6b6b7b
								
							
						
					
					
						commit
						81bb8f4628
					
				@ -19,7 +19,7 @@ Do forever
 | 
				
			|||||||
  if .environment['STOPNOW'] = 1 then do
 | 
					  if .environment['STOPNOW'] = 1 then do
 | 
				
			||||||
    app~cleanup()  /* Clean up before exiting */
 | 
					    app~cleanup()  /* Clean up before exiting */
 | 
				
			||||||
    call SysCls
 | 
					    call SysCls
 | 
				
			||||||
    Say .environment["REXX_PATH"]
 | 
					    /* Say .environment["REXX_PATH"] */
 | 
				
			||||||
    Say "Exiting Address Book."
 | 
					    Say "Exiting Address Book."
 | 
				
			||||||
    exit 0
 | 
					    exit 0
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user