From 747a4e53ae35a2448a0c5e464831edccaa3127c7 Mon Sep 17 00:00:00 2001 From: ovainola Date: Mon, 31 Aug 2015 21:52:31 +0300 Subject: [PATCH] Update abaqus_reader.jl Removed print --- src/abaqus_reader.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/abaqus_reader.jl b/src/abaqus_reader.jl index 006a95f..8c940c7 100644 --- a/src/abaqus_reader.jl +++ b/src/abaqus_reader.jl @@ -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 = []