Skip to content

Commit

Permalink
removed unnecessary output
Browse files Browse the repository at this point in the history
  • Loading branch information
gedikli committed Apr 16, 2021
1 parent a9e9baa commit 3dc4c60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TaggedBoardIndexer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ void readBoardDefinitions(std::istream &in, std::vector<BoardDefinition> &defs,
if (detectors.count(b.family) == 0) {
std::shared_ptr<TagFamily> det = std::make_shared<TagFamily>(
tagFamilyNameToCodes(b.family), b.border_bits);
printf("Loading detector for tag family: >%s<\n", b.family.c_str());
auto detector = detectors.insert(std::make_pair(b.family, det));
if (detector.second)
b.detector = det;
Expand Down

0 comments on commit 3dc4c60

Please sign in to comment.