mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Remove a diagnostic write statement.
This commit is contained in:
parent
9c8fc17ecc
commit
2b0f7a74e7
@ -105,7 +105,6 @@ program jt65sim
|
|||||||
end if
|
end if
|
||||||
case ('M')
|
case ('M')
|
||||||
read (optarg(:narglen), '(A)',err=10) msg
|
read (optarg(:narglen), '(A)',err=10) msg
|
||||||
write(*,*) msg
|
|
||||||
end select
|
end select
|
||||||
cycle
|
cycle
|
||||||
10 display_help=.true.
|
10 display_help=.true.
|
||||||
|
Loading…
Reference in New Issue
Block a user