Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit d2b33ac

Browse files
Removed stray print
1 parent 2cd4743 commit d2b33ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common_ext/py_kde.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ py_kde_eval(
7878
py::object h)
7979
{
8080
if (py::isinstance<py::array_t<double>>(x) && py::isinstance<py::array_t<double>>(data)) {
81-
std::cout << "Dealing with doubles" << std::endl;
8281
return py_kde_eval_t<double>(
8382
exec_q,
8483
py::cast<py::array_t<double>>(x),

0 commit comments

Comments
 (0)