diff --git a/pynapple/core/time_series.py b/pynapple/core/time_series.py index 4edd7828..f845e5a0 100644 --- a/pynapple/core/time_series.py +++ b/pynapple/core/time_series.py @@ -181,14 +181,6 @@ def __array_ufunc__(self, ufunc, method, *args, **kwargs): return NotImplemented def __array_function__(self, func, types, args, kwargs): - # print("In __array_function__") - # print(" func = ", func) - # print(" types = ", types) - # print(" args = ", args) - # for inp in args: - # print(type(inp)) - # print(" kwargs = ", kwargs) - if func in [ np.sort, np.lexsort,