aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fpm/test/help_test/help_test.f901
1 files changed, 0 insertions, 1 deletions
diff --git a/fpm/test/help_test/help_test.f90 b/fpm/test/help_test/help_test.f90
index ad5d3a9..e6b2312 100644
--- a/fpm/test/help_test/help_test.f90
+++ b/fpm/test/help_test/help_test.f90
@@ -237,7 +237,6 @@ character(len=1),parameter :: nl=char(10)
linecount=linecount+1
position=1
elseif(linelength.ne.0)then
- write(*,*)'<INFO>',linecount,position,array(i)
table(linecount)(position:position)=array(i)
position=position+1
endif