diff --git a/python/ucxx/_lib/libucxx.pyx b/python/ucxx/_lib/libucxx.pyx index 824e91fd..8b5ffc1c 100644 --- a/python/ucxx/_lib/libucxx.pyx +++ b/python/ucxx/_lib/libucxx.pyx @@ -477,7 +477,6 @@ cdef class UCXWorker(): worker = self._worker.get() return int(worker) - # return int(&self._worker) @property def info(self): @@ -993,7 +992,6 @@ cdef class UCXEndpoint(): endpoint = self._endpoint.get() return int(endpoint) - # return int(&self._endpoint) @property def worker_handle(self):