This was almost never needed and left a lot of files to clean up.
emit an else block when two elsif blocks were separated by a hanging
side comment (a very rare situation).
+ - The -DEBUG option no longer automatically also writes a .LOG file.
+ Use --show-options if the .LOG file is needed.
+
## 2023 09 12
- Fix for git #124: remove a syntax error check which could cause
$msg .= "Configuration and command line parameters for this run:\n";
$msg .= "$options_string\n";
- if ( $rOpts->{'DEBUG'} || $rOpts->{'show-options'} ) {
+ if ( $rOpts->{'show-options'} ) {
$rOpts->{'logfile'} = 1; # force logfile to be saved
$msg .= "Final parameter set for this run\n";
$msg .= "------------------------------------\n";