Skip to content

Commit 833d790

Browse files
committed
Remove debugging code
1 parent 0773f42 commit 833d790

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mathics/builtin/box/graphics3d.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ def calc_dimensions(final_pass=True):
307307
zmin = elements.translate((0, 0, zmin))[2]
308308
zmax = elements.translate((0, 0, zmax))[2]
309309
else:
310-
raise
311310
raise BoxExpressionError
312311
except (ValueError, TypeError):
313312
raise BoxExpressionError

0 commit comments

Comments
 (0)