Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jreniel committed Jan 26, 2020
1 parent e345c69 commit 9f5d41c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyschism/mesh/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def _vgrid(self):

@_hgrid.setter
def _hgrid(self, hgrid):
print(hgrid)
assert isinstance(hgrid, Hgrid)
self.__hgrid = hgrid

Expand Down

0 comments on commit 9f5d41c

Please sign in to comment.