Commit 9505672b authored by Tom Niget's avatar Tom Niget

Remove old log message

parent 00e40e91
......@@ -48,7 +48,6 @@ struct PySlice {
res.stop = res.step < 0 ? PY_SSIZE_T_MIN : PY_SSIZE_T_MAX;
}
std::cout << "adjust " << this->start << ' ' << this->stop << ' ' << this->step << std::endl;
auto len = PySlice_AdjustIndices(seq_length, &res.start, &res.stop, res.step);
return {len, res};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment