Skip to content

Commit ffe5080

Browse files
JDBetteridgemloubout
authored andcommitted
misc: Remove missed debugging code
1 parent 1c6040a commit ffe5080

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

devito/finite_differences/derivative.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ class Derivative(sympy.Derivative, Differentiable, Pickable):
9494
'x0', 'method', 'weights')
9595

9696
def __new__(cls, expr, *dims, **kwargs):
97-
# TODO: Delete this
98-
if kwargs.get('preprocessed', False):
99-
from warnings import warn as pywarn
100-
pywarn('I removed the `preprocessed` kwarg')
101-
10297
# Validate the input arguments `expr`, `dims` and `deriv_order`
10398
expr = cls._validate_expr(expr)
10499
dims = cls._validate_dims(dims)

0 commit comments

Comments
 (0)