Skip to content

Commit

Permalink
Remove leftover trace
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Aug 25, 2023
1 parent 87e3c6c commit 99ccdab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/source/doxygen-docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# Version 2.10.2: UNRELEASED
- Changes in apps:
- rawlog-edit: Add `--select-label` optional filter to command `--remap-timestamps`.
- Changes in libraries:
- mrpt-ros1bridge and mrpt-ros2bridge: Remove leftover printf debugging trace printing ``Ok`` to console.
- BUG FIXES:
- Fix CSparse "C" linkage build error (OSX Clang). PR [#1280](https://github.com/MRPT/mrpt/pull/1280)
- Fix missing Python wrapping of poses PDF (poses with uncertainty) composition (\oplus and \ominus) operators. (Closes [#1281](https://github.com/MRPT/mrpt/issues/1281)). PR [#1283](https://github.com/MRPT/mrpt/pull/1283)
Expand Down
1 change: 0 additions & 1 deletion libs/ros1bridge/src/map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ bool MapHdl::loadMap(
if (_debug) printf("Loading '.simplemap' file...");
CFileGZInputStream f(_map_file);
mrpt::serialization::archiveFrom(f) >> simpleMap;
printf("Ok\n");

ASSERTMSG_(
simpleMap.size() > 0,
Expand Down
1 change: 0 additions & 1 deletion libs/ros2bridge/src/map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ bool MapHdl::loadMap(
if (_debug) printf("Loading '.simplemap' file...");
CFileGZInputStream f(_map_file);
mrpt::serialization::archiveFrom(f) >> simpleMap;
printf("Ok\n");

ASSERTMSG_(
simpleMap.size() > 0,
Expand Down

0 comments on commit 99ccdab

Please sign in to comment.