Skip to content

Commit

Permalink
Remove leaked-in debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
RudolfWeeber committed Oct 31, 2019
1 parent 3e2ee99 commit 88730c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions testsuite/python/lb_shear.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ def check_profile(self, shear_plane_normal, shear_direction):
"""
self.system.lbboundaries.clear()
self.system.actors.clear()
try:
del self.lbf
except BaseException:
pass
self.system.box_l = np.max(
((W, W, W), shear_plane_normal * (H + 2 * AGRID)), 0)

Expand Down

0 comments on commit 88730c8

Please sign in to comment.