removed forgotten debug statement
This commit is contained in:
parent
50f0362aa1
commit
05aae4f7eb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue