removed forgotten debug statement

This commit is contained in:
Martin Diehl 2018-10-08 23:34:05 +02:00
parent 50f0362aa1
commit 05aae4f7eb
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ recursive function IO_recursiveRead(fileName,cnt) result(fileContent)
fileContent = [ fileContent(1:l-1_pInt), includedContent, [(dummy,i=1,missingLines)] ] ! add content and grow array
l = l - 1_pInt + size(includedContent)
else recursion
write(6,*) fileName, l, line;flush(6)
fileContent(l) = line
endif recursion