Skip to content

Commit 58877c2

Browse files
committed
FIX: removed useless print statement.
1 parent 3d94c82 commit 58877c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

interpolation/multilinear/mlinterp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ def interp(*args):
203203
if it.d==1 and it.eval=='point':
204204
it = itt(it.d, it.values, 'cartesian')
205205
source = make_mlinterp(it,'__mlinterp')
206-
print(source)
207206
import ast
208207
tree = ast.parse(source)
209208
code = compile(tree, "<string>", "exec")

0 commit comments

Comments
 (0)