Skip to content

Commit

Permalink
Remove debug print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketch committed Jul 17, 2014
1 parent 1ead718 commit b7f8c4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pyclaw/io/hdf5.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ def read(solution,frame,path='./',file_prefix='claw',read_aux=True,
solution.states.append(state)
patches.append(pyclaw_patch)

print patches
solution.domain = pyclaw.geometry.Domain(patches)
# Flush and close the file
f.close()
Expand Down

0 comments on commit b7f8c4a

Please sign in to comment.