Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
removed stray logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavblazek committed Jul 23, 2019
1 parent 7471b72 commit 51956dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mapproxy/src/mapproxy/support/position.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ vr::Position positionFromPoints(const vr::ReferenceFrame &rf
// mesh center in navigation SRS
const auto c(vts::CsConvertor(srsDef, rf.model.navigationSrs)(center));

LOG(info4) << "c: " << c;

vr::Position pos;
pos.type = vr::Position::Type::objective;
pos.heightMode = vr::Position::HeightMode::floating;
Expand Down

0 comments on commit 51956dc

Please sign in to comment.