mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-19 01:48:47 +00:00
Update abaqus_reader.jl
Removed print
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user