Skip to content
Snippets Groups Projects
Commit 28c14040 authored by armar-user's avatar armar-user
Browse files

removing logging (FR)

parent c91a4a09
No related branches found
No related tags found
Loading
......@@ -48,7 +48,7 @@ namespace armarx::armem::common::robot_state::localization
const armem::Time sanitizedTimestamp = _obtainTimestamp(localizationCoreSegment, query.header.timestamp);
auto header = query.header;
ARMARX_INFO << header.timestamp << "vs" << sanitizedTimestamp;
// ARMARX_INFO << header.timestamp << "vs" << sanitizedTimestamp;
header.timestamp = sanitizedTimestamp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment