From 4d3ea46cd72cc9649c4562bbcedb1c6595d91e4d Mon Sep 17 00:00:00 2001 From: Kohei Noda Date: Mon, 11 Dec 2023 22:52:13 +0900 Subject: [PATCH] Remove unnecessary print statements --- src/module_ivo_consistency_check.f90 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/module_ivo_consistency_check.f90 b/src/module_ivo_consistency_check.f90 index 234f7539..387fa68c 100644 --- a/src/module_ivo_consistency_check.f90 +++ b/src/module_ivo_consistency_check.f90 @@ -72,7 +72,6 @@ subroutine ivo_consistency_check read (unit_dfpcmo, '(A)', iostat=iostat) line ! SUPERSYM call check_end_of_file end if - print *, "supersym info", iostat ! Read MO supersymmetry allocate (supersym(total_mo)) @@ -88,8 +87,6 @@ subroutine ivo_consistency_check call check_end_of_file end if read (unit_dfpcmo, *, iostat=iostat) kappa - print *, "kappa", kappa - print *, "iostat", iostat call check_iostat(iostat, filename, end_of_file) end if close (unit_dfpcmo) ! Close the DFPCMO file