Skip to content

Commit

Permalink
revert debug printout (nothing wrong showed up)
Browse files Browse the repository at this point in the history
  • Loading branch information
couet committed Jun 27, 2024
1 parent 4d9d059 commit 4f15d91
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions misc/minicern/src/hbook.f
Original file line number Diff line number Diff line change
Expand Up @@ -371,11 +371,7 @@ SUBROUTINE HRFILE(LUN,CHDIR,CHOPT)
HFNAME(NCHTOP)='Global memory - '//CHDIR
ENDIF
ENDIF
10 print*, "In HROPEN CHMAIL = ", CHMAIL
print*, "In HROPEN NCHTOP = ", NCHTOP
print*, "In HROPEN CHTOP(NCHTOP) = ", CHTOP(NCHTOP)
CHMAIL='//'//CHTOP(NCHTOP)
print*, "In HROPEN CHMAIL = ", CHMAIL
10 CHMAIL='//'//CHTOP(NCHTOP)
CALL HCDIR(CHMAIL,' ')

99 RETURN
Expand Down

0 comments on commit 4f15d91

Please sign in to comment.