Update abaqus_reader.jl

Removed print
This commit is contained in:
ovainola
2015-08-31 21:52:31 +03:00
parent e48004948f
commit 747a4e53ae
-1
View File
@@ -104,7 +104,6 @@ function parse_abaqus(fid)
return
end
Logging.debug("Starting to process")
println(length(data))
joined = join(data, "")
handlers[section](model, header, strip(joined))
data = []