diff --git a/source/armarx/navigation/client/services/MemorySubscriber.cpp b/source/armarx/navigation/client/services/MemorySubscriber.cpp index e287d426c8a30f8da960c3bd5d5bd6fe5db705ae..f759b1641375987013597517da9f364d9dedcc19 100644 --- a/source/armarx/navigation/client/services/MemorySubscriber.cpp +++ b/source/armarx/navigation/client/services/MemorySubscriber.cpp @@ -133,14 +133,14 @@ namespace armarx::navigation::client .snapshots().timeRange(lastMemoryPoll, now); // clang-format on - ARMARX_DEBUG << "Polling memory events in interval " - << "[" << lastMemoryPoll << ", " << now << "]"; + // ARMARX_DEBUG << "Polling memory events in interval " + // << "[" << lastMemoryPoll << ", " << now << "]"; lastMemoryPoll = now; const armem::client::QueryResult qResult = memoryReader.query(qb.buildQueryInput()); - ARMARX_DEBUG << "Lookup result in reader: " << qResult; + // ARMARX_DEBUG << "Lookup result in reader: " << qResult; if (not qResult.success) /* c++20 [[unlikely]] */ {