Skip to content

Commit

Permalink
remove extra print (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski authored Sep 9, 2023
1 parent 52b46f1 commit a543273
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mapdl_archive/cython/_reader.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def read(filename, read_parameters=False, debug=False, read_eblock=True):

# Skip Format1 (2i9,19a9)
fgets(line, sizeof(line), cfile)
print(line)

for item in range(n_items):
fgets(line, sizeof(line), cfile)
Expand Down

0 comments on commit a543273

Please sign in to comment.